From 312faf31dfcce7a2d15495c5042d80a3e3b476c9 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Thu, 21 Jun 2012 16:44:10 -0700 Subject: Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this. --- src/rt/sync/timer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rt/sync/timer.cpp') diff --git a/src/rt/sync/timer.cpp b/src/rt/sync/timer.cpp index 28ee6da2b62..0204517d512 100644 --- a/src/rt/sync/timer.cpp +++ b/src/rt/sync/timer.cpp @@ -10,7 +10,7 @@ uint64_t ns_per_s = 1000000000LL; timer::timer() { #if __WIN32__ _ticks_per_s = 0LL; - // FIXME: assert this works or have a workaround. + // FIXME (#2675): assert this works or have a workaround. QueryPerformanceFrequency((LARGE_INTEGER *)&_ticks_per_s); if (_ticks_per_s == 0LL) { _ticks_per_s = 1LL; -- cgit 1.4.1-3-g733a5