fix : minor compilation warning under mingw

This commit is contained in:
Yann Collet 2014-07-29 21:57:09 +01:00
parent a50c102f5a
commit e4aaa681ca

View File

@ -164,7 +164,7 @@ void BMK_SetPause(void) { BMK_pause = 1; }
#if defined(BMK_LEGACY_TIMER)
static int BMK_GetMilliStart()
static int BMK_GetMilliStart(void)
{
// Based on Legacy ftime()
// Rolls over every ~ 12.1 days (0x100000/24/60/60)