mirror of
https://github.com/nigels-com/glew.git
synced 2025-02-12 03:37:48 +00:00
Fixup: Slence mac cglang build warning about unused parameter.
This commit is contained in:
parent
37e8ec611d
commit
c65f7dd8d3
@ -598,7 +598,7 @@ VisualInfo (GLContext* ctx)
|
|||||||
#elif defined(__APPLE__) && !defined(GLEW_APPLE_GLX)
|
#elif defined(__APPLE__) && !defined(GLEW_APPLE_GLX)
|
||||||
|
|
||||||
void
|
void
|
||||||
VisualInfo (GLContext* ctx)
|
VisualInfo (GLContext* __attribute__((__unused__)) ctx)
|
||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
int attrib[] = { AGL_RGBA, AGL_NONE };
|
int attrib[] = { AGL_RGBA, AGL_NONE };
|
||||||
|
Loading…
Reference in New Issue
Block a user