silence warning

This commit is contained in:
Alan Hourihane 2004-12-08 12:35:55 +00:00
parent 23b033ad28
commit 03dc05a605

View 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;