summaryrefslogtreecommitdiff
path: root/src/mesa/glapi
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2005-04-28 13:16:23 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2005-04-28 13:16:23 +0000
commit5cef1a1fedc583a5860f260d53b9b188a05f1e16 (patch)
tree17d18262954e17fc4235da303347927aaf4f9ef8 /src/mesa/glapi
parent545515cbea96d1653f1953b57fc813417ca46efc (diff)
Stop gcc-4.0 complaining about "type qualifiers ignored on function
return type".
Diffstat (limited to 'src/mesa/glapi')
-rw-r--r--src/mesa/glapi/glapi.c2
1 files changed, 1 insertions, 1 deletions
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;