Stop gcc-4.0 complaining about "type qualifiers ignored on function
authorKeith Whitwell <keith@tungstengraphics.com>
Thu, 28 Apr 2005 12:05:58 +0000 (12:05 +0000)
committerKeith Whitwell <keith@tungstengraphics.com>
Thu, 28 Apr 2005 12:05:58 +0000 (12:05 +0000)
return type".

src/mesa/glapi/glapi.h

index fa4554e..c334203 100644 (file)
@@ -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);