diff options
author | Keith Whitwell <[email protected]> | 2005-04-28 12:05:58 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2005-04-28 12:05:58 +0000 |
commit | 545515cbea96d1653f1953b57fc813417ca46efc (patch) | |
tree | d3719e25b7f52a5b57472c65c0168a14cbfaf1e7 /src/mesa/glapi/glapi.h | |
parent | 97e1e60b1c83f2c797409776022e4803dc8b0135 (diff) |
Stop gcc-4.0 complaining about "type qualifiers ignored on function
return type".
Diffstat (limited to 'src/mesa/glapi/glapi.h')
-rw-r--r-- | src/mesa/glapi/glapi.h | 2 |
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); |