mirror of
https://github.com/nigels-com/glew.git
synced 2024-11-21 21:35:06 +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)
|
||||
|
||||
void
|
||||
VisualInfo (GLContext* __attribute__((__unused__)) ctx)
|
||||
VisualInfo (__attribute__((unused)) GLContext* ctx)
|
||||
{
|
||||
/*
|
||||
int attrib[] = { AGL_RGBA, AGL_NONE };
|
||||
|
Loading…
Reference in New Issue
Block a user