From 5cef1a1fedc583a5860f260d53b9b188a05f1e16 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Thu, 28 Apr 2005 13:16:23 +0000 Subject: Stop gcc-4.0 complaining about "type qualifiers ignored on function return type". --- src/mesa/glapi/glapi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa') diff --git a/src/mesa/glapi/glapi.c b/src/mesa/glapi/glapi.c index 8ed833042b..ff0199b833 100644 --- a/src/mesa/glapi/glapi.c +++ b/src/mesa/glapi/glapi.c @@ -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; -- cgit v1.2.3