aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench/BenchSysTimer_c.h
diff options
context:
space:
mode:
Diffstat (limited to 'bench/BenchSysTimer_c.h')
-rw-r--r--bench/BenchSysTimer_c.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bench/BenchSysTimer_c.h b/bench/BenchSysTimer_c.h
index 2ddc83dc2e..586f0b4ff0 100644
--- a/bench/BenchSysTimer_c.h
+++ b/bench/BenchSysTimer_c.h
@@ -10,8 +10,8 @@
//Time
#include <time.h>
-#warning standard clocks
+// Beware: this timer uses standard (as opposed to high precision) clocks
class BenchSysTimer {
public:
void startWall();