mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-22 05:45:07 +00:00
Tidy up use of unsued parameter attribute for Mac gcc builds
This commit is contained in:
parent
51bd94fcca
commit
f426fcee41
@ -617,7 +617,7 @@ VisualInfo (GLContext* ctx)
|
|||||||
#elif defined(__APPLE__) && !defined(GLEW_APPLE_GLX)
|
#elif defined(__APPLE__) && !defined(GLEW_APPLE_GLX)
|
||||||
|
|
||||||
void
|
void
|
||||||
VisualInfo (GLContext* __attribute__((__unused__)) ctx)
|
VisualInfo (__attribute__((unused)) GLContext* ctx)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
int attrib[] = { AGL_RGBA, AGL_NONE };
|
int attrib[] = { AGL_RGBA, AGL_NONE };
|
||||||
|
Loading…
Reference in New Issue
Block a user