Tidy up use of unsued parameter attribute for Mac gcc builds

This commit is contained in:
Nigel Stewart 2016-12-25 00:49:20 +10:00
parent 51bd94fcca
commit f426fcee41

View File

@ -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 };