aboutsummaryrefslogtreecommitdiffhomepage
path: root/bench
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-28 13:43:16 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-03-28 13:43:16 +0000
commit51c81123afbf9a09fda43ca2d287fcf4f5593e9c (patch)
treeca6389a570cce8669596f25d5e79a5537ffdd1f2 /bench
parentaf0fa6a298365fd0e836a4b20f82bd047e50951f (diff)
Convert #warning to comment to get iOS compiling
Diffstat (limited to 'bench')
-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();