(svn r2649) Get rid of 2 warnings.

pull/155/head
ludde 19 years ago
parent 50660a2c94
commit f3645d7307

@ -2299,7 +2299,7 @@ void CSleep(int milliseconds)
// Utility function to get the current timestamp in milliseconds
// Useful for profiling
int64 GetTS()
int64 GetTS(void)
{
static double freq;
__int64 value;
@ -2309,4 +2309,4 @@ int64 GetTS()
}
QueryPerformanceCounter((LARGE_INTEGER*)&value);
return (__int64)(value * freq);
}
}

Loading…
Cancel
Save