mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-02 00:06:36 +00:00
More compiler warning fixes.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user