From e0ee87422be17a76e11241c408a3b85b7495540c Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Thu, 11 Dec 2003 15:47:43 +0000 Subject: Quash annoying compiler warning --- include/GL/glx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/GL/glx.h b/include/GL/glx.h index 5feb013bae..b34b2ceaec 100644 --- a/include/GL/glx.h +++ b/include/GL/glx.h @@ -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 -- cgit v1.2.3