mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
Stop gcc-4.0 complaining about "type qualifiers ignored on function
return type".
This commit is contained in:
parent
97e1e60b1c
commit
545515cbea
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ extern GLint
|
|||
_glapi_get_proc_offset(const char *funcName);
|
||||
|
||||
|
||||
extern const _glapi_proc
|
||||
extern _glapi_proc
|
||||
_glapi_get_proc_address(const char *funcName);
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue