Quash annoying compiler warning
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 11 Dec 2003 15:47:43 +0000 (15:47 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 11 Dec 2003 15:47:43 +0000 (15:47 +0000)
include/GL/glx.h

index 5feb013bae05df82d20889f17330768f38f8579d..b34b2ceaec81f874a00823ade004a397db365cf3 100644 (file)
@@ -293,7 +293,7 @@ extern void glXGetSelectedEvent( Display *dpy, GLXDrawable drawable,
 
 
 /* GLX 1.4 and later */
-extern void (*glXGetProcAddress(const GLubyte *procname))();
+extern void (*glXGetProcAddress(const GLubyte *procname))( void );
 
 
 #ifndef GLX_GLXEXT_LEGACY