silence warning
authorAlan Hourihane <alanh@tungstengraphics.com>
Wed, 8 Dec 2004 12:35:55 +0000 (12:35 +0000)
committerAlan Hourihane <alanh@tungstengraphics.com>
Wed, 8 Dec 2004 12:35:55 +0000 (12:35 +0000)
src/mesa/glapi/glapi.h

index b060c14..7cdccc1 100644 (file)
@@ -51,7 +51,7 @@ struct _glapi_table;
 
 typedef void (*_glapi_warning_func)(void *ctx, const char *str, ...);
 
-typedef void (*_glapi_proc)(); /* generic function pointer */
+typedef void (*_glapi_proc)(void); /* generic function pointer */
 
 
 extern void *_glapi_Context;