mirror of
https://github.com/Perlmint/glew-cmake.git
synced 2024-11-23 07:05:07 +00:00
Resolve some gcc compilation warnings
This commit is contained in:
parent
f4d58a657a
commit
c4bade8726
@ -59,6 +59,9 @@ GLenum GLEWAPIENTRY glewInit (void)
|
|||||||
/* Types extracted from windows.h to avoid polluting the rest of the file. */
|
/* Types extracted from windows.h to avoid polluting the rest of the file. */
|
||||||
int __stdcall DllMainCRTStartup(void* instance, unsigned reason, void* reserved)
|
int __stdcall DllMainCRTStartup(void* instance, unsigned reason, void* reserved)
|
||||||
{
|
{
|
||||||
|
(void) instance;
|
||||||
|
(void) reason;
|
||||||
|
(void) reserved;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user