summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2005-04-28 12:05:58 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2005-04-28 12:05:58 +0000
commit545515cbea96d1653f1953b57fc813417ca46efc (patch)
treed3719e25b7f52a5b57472c65c0168a14cbfaf1e7
parent97e1e60b1c83f2c797409776022e4803dc8b0135 (diff)
Stop gcc-4.0 complaining about "type qualifiers ignored on function
return type".
-rw-r--r--src/mesa/glapi/glapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/glapi/glapi.h b/src/mesa/glapi/glapi.h
index fa4554ec7ba..c334203394f 100644
--- a/src/mesa/glapi/glapi.h
+++ b/src/mesa/glapi/glapi.h
@@ -148,7 +148,7 @@ extern GLint
_glapi_get_proc_offset(const char *funcName);
-extern const _glapi_proc
+extern _glapi_proc
_glapi_get_proc_address(const char *funcName);