From: Keith Whitwell Date: Thu, 11 Dec 2003 15:47:43 +0000 (+0000) Subject: Quash annoying compiler warning X-Git-Tag: mesa-7.8~11798 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e0ee87422be17a76e11241c408a3b85b7495540c;p=platform%2Fupstream%2Fmesa.git Quash annoying compiler warning --- diff --git a/include/GL/glx.h b/include/GL/glx.h index 5feb013..b34b2ce 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