Browse Source

fix MGL namespace warning (patch 1014800)

tags/R300_DRIVER_0
Brian Paul 21 years ago
parent
commit
d99e5505f3
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      src/mesa/glapi/gl_apitemp.py

+ 4
- 0
src/mesa/glapi/gl_apitemp.py View File

@@ -129,7 +129,11 @@ class PrintGlOffsets(gl_XML.FilterGLAPISpecBase):
#error RETURN_DISPATCH must be defined
#endif

#ifdef USE_MGL_NAMESPACE
GLAPI void GLAPIENTRY mgl__unused413(void); /* silence warning */
#else
GLAPI void GLAPIENTRY gl__unused413(void); /* silence warning */
#endif
"""
return


Loading…
Cancel
Save