commit | 5cef1a1fedc583a5860f260d53b9b188a05f1e16 | [log] [tgz] |
---|---|---|
author | Keith Whitwell <keith@tungstengraphics.com> | Thu Apr 28 13:16:23 2005 +0000 |
committer | Keith Whitwell <keith@tungstengraphics.com> | Thu Apr 28 13:16:23 2005 +0000 |
tree | 17d18262954e17fc4235da303347927aaf4f9ef8 | |
parent | 545515cbea96d1653f1953b57fc813417ca46efc [diff] [blame] |
Stop gcc-4.0 complaining about "type qualifiers ignored on function return type".
diff --git a/src/mesa/glapi/glapi.c b/src/mesa/glapi/glapi.c index 8ed8330..ff0199b 100644 --- a/src/mesa/glapi/glapi.c +++ b/src/mesa/glapi/glapi.c
@@ -912,7 +912,7 @@ * 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;