Fixup: Slence mac cglang build warning about unused parameter.

This commit is contained in:
Nigel Stewart 2014-01-14 11:44:53 -06:00
parent 37e8ec611d
commit c65f7dd8d3
1 changed files with 1 additions and 1 deletions

View File

@ -598,7 +598,7 @@ VisualInfo (GLContext* ctx)
#elif defined(__APPLE__) && !defined(GLEW_APPLE_GLX)
void
VisualInfo (GLContext* ctx)
VisualInfo (GLContext* __attribute__((__unused__)) ctx)
{
/*
int attrib[] = { AGL_RGBA, AGL_NONE };