projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
97e1e60
)
Stop gcc-4.0 complaining about "type qualifiers ignored on function
author
Keith Whitwell
<keith@tungstengraphics.com>
Thu, 28 Apr 2005 12:05:58 +0000
(12:05 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Thu, 28 Apr 2005 12:05:58 +0000
(12:05 +0000)
return type".
src/mesa/glapi/glapi.h
patch
|
blob
|
history
diff --git
a/src/mesa/glapi/glapi.h
b/src/mesa/glapi/glapi.h
index fa4554ec7ba19e239aa3ddf738e85a2be17f6f3c..c334203394f1203487316124662a792685c512e2 100644
(file)
--- 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);