Stop gcc4 complaining about "type qualifiers ignored on function return type" (from a next mesa release)

git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19438 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Jérôme Duval 2006-12-06 21:34:04 +00:00
parent fb81684f81
commit a00a227627
2 changed files with 2 additions and 2 deletions

View File

@ -837,7 +837,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;

View File

@ -117,7 +117,7 @@ extern GLint
_glapi_get_proc_offset(const char *funcName);
extern const _glapi_proc
extern _glapi_proc
_glapi_get_proc_address(const char *funcName);