Resolve some gcc compilation warnings

This commit is contained in:
Nigel Stewart 2016-02-19 22:30:48 +10:00
parent f4d58a657a
commit c4bade8726

View File

@ -59,6 +59,9 @@ GLenum GLEWAPIENTRY glewInit (void)
/* Types extracted from windows.h to avoid polluting the rest of the file. */
int __stdcall DllMainCRTStartup(void* instance, unsigned reason, void* reserved)
{
(void) instance;
(void) reason;
(void) reserved;
return 1;
}
#endif