More compiler warning fixes.

This commit is contained in:
Derision
2013-03-10 18:55:18 +00:00
parent 0ad1044b2e
commit e53ae5f6d5
7 changed files with 26 additions and 36 deletions
-4
View File
@@ -30,10 +30,6 @@
#ifdef i386
#define USE_RDTSC
#else
#ifndef WIN32
#warning RDTSC_Timer cannot use rdtsc on a non-intel platform, using gettimeofday
#endif
#endif
bool RDTSC_Timer::_inited = false;