Stop gcc-4.0 complaining about "type qualifiers ignored on function

return type".
This commit is contained in:
Keith Whitwell
2005-04-28 13:16:23 +00:00
parent 545515cbea
commit 5cef1a1fed

View File

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