mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 12:28:07 +02:00
Stop gcc-4.0 complaining about "type qualifiers ignored on function
return type".
This commit is contained in:
parent
545515cbea
commit
5cef1a1fed
1 changed files with 1 additions and 1 deletions
|
|
@ -912,7 +912,7 @@ _glapi_get_proc_offset(const char *funcName)
|
|||
* in the name of static functions, try generating a new API entrypoint on
|
||||
* the fly with assembly language.
|
||||
*/
|
||||
PUBLIC const _glapi_proc
|
||||
PUBLIC _glapi_proc
|
||||
_glapi_get_proc_address(const char *funcName)
|
||||
{
|
||||
GLuint i;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue