mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 07:18:17 +02:00
silence warning
This commit is contained in:
parent
23b033ad28
commit
03dc05a605
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue