Stop gcc-4.0 complaining about "type qualifiers ignored on function
return type".
This commit is contained in:
@@ -912,7 +912,7 @@ _glapi_get_proc_offset(const char *funcName)
|
|||||||
* in the name of static functions, try generating a new API entrypoint on
|
* in the name of static functions, try generating a new API entrypoint on
|
||||||
* the fly with assembly language.
|
* the fly with assembly language.
|
||||||
*/
|
*/
|
||||||
PUBLIC const _glapi_proc
|
PUBLIC _glapi_proc
|
||||||
_glapi_get_proc_address(const char *funcName)
|
_glapi_get_proc_address(const char *funcName)
|
||||||
{
|
{
|
||||||
GLuint i;
|
GLuint i;
|
||||||
|
Reference in New Issue
Block a user