Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
third-party
glew
Commits
f426fcee
Commit
f426fcee
authored
Dec 25, 2016
by
Nigel Stewart
Browse files
Tidy up use of unsued parameter attribute for Mac gcc builds
parent
51bd94fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/visualinfo.c
View file @
f426fcee
...
...
@@ -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 };
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment