We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bec3456 commit 7a16ceeCopy full SHA for 7a16cee
highs/util/HighsTimer.h
@@ -45,6 +45,7 @@ class HighsTimer {
45
num_clock = 0;
46
HighsInt i_clock = clock_def("Run HiGHS");
47
assert(i_clock == 0);
48
+ (void)i_clock;
49
50
presolve_clock = clock_def("Presolve");
51
solve_clock = clock_def("Solve");
@@ -102,6 +103,7 @@ class HighsTimer {
102
103
this->clock_names.clear();
104
105
106
107
this->presolve_clock = clock_def("Presolve");
108
this->solve_clock = clock_def("Solve");
109
this->postsolve_clock = clock_def("Postsolve");
0 commit comments