profiling: suppress inferior version of UtilCpuGetTicks warning

pull/2053/head
Victor Julien 10 years ago
parent db4ec46f18
commit c742a818d5

@ -221,7 +221,7 @@ uint64_t UtilCpuGetTicks(void)
#endif
#else /* #if defined(__GNU__) */
#warning Using inferior version of UtilCpuGetTicks
//#warning Using inferior version of UtilCpuGetTicks
struct timeval now;
gettimeofday(&now, NULL);
val = (now.tv_sec * 1000000) + now.tv_usec;

Loading…
Cancel
Save