summaryrefslogtreecommitdiff
path: root/include/GL/glxext.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/GL/glxext.h')
-rw-r--r--include/GL/glxext.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/GL/glxext.h b/include/GL/glxext.h
index a08967bb41..93c2c9d4bd 100644
--- a/include/GL/glxext.h
+++ b/include/GL/glxext.h
@@ -252,7 +252,8 @@ extern "C" {
/*************************************************************/
#ifndef GLX_ARB_get_proc_address
-typedef void (*__GLXextFuncPtr)();
+/* XXX Added void parameter to silence many, many warnings (BrianP) */
+typedef void (*__GLXextFuncPtr)(void);
#endif
#ifndef GLX_SGIX_video_source