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 b060c1495ea8cf2af0dee4ce6f2bd115bf9bb806..7cdccc1275829b7330b9900695346fd4a6629e51 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;