Skip to content
Snippets Groups Projects
Commit 698c1f2c authored by René Fritze's avatar René Fritze
Browse files

fix warnings

parent e6e68fd2
No related merge requests found
......@@ -128,8 +128,8 @@ public:
protected:
MapVector m_timings;
int m_cur_run_num;
int m_total_runs;
unsigned int m_cur_run_num;
unsigned int m_total_runs;
// debug counter, only outputted in debug mode
std::map<int, int> m_count;
clock_t init_time_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment