silence msvc warning

svn path=/trunk/; revision=20375
This commit is contained in:
Ged Murphy 2005-12-27 18:47:11 +00:00
parent 6ae404c480
commit 91f740097e

View file

@ -142,6 +142,10 @@ void SetUserSettings(void)
}
}
#ifdef _MSC_VER
#pragma warning(disable : 4100)
#endif /* _MSC_VER */
int WINAPI
WinMain(HINSTANCE hInst,
HINSTANCE hPrevInstance,