mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-12-14 12:44:04 +08:00
30115d0038
Fixes these new gcc11 warnings: In file included from ../src/mapi/glapi/glapi_dispatch.c:174: src/mapi/glapi/gen/glapitemp.h:3191:68: warning: argument 1 of type 'const GLdouble *' {aka 'const double *'} declared as a pointer [-Warray-parameter=] 3191 | KEYWORD1 void KEYWORD2 NAME(LoadTransposeMatrixd)(const GLdouble * m) | ~~~~~~~~~~~~~~~~~^ In file included from ../src/mapi/glapi/glapi_priv.h:31, from ../src/mapi/glapi/glapi_dispatch.c:40: ../include/GL/gl.h:1901:62: note: previously declared as an array 'const GLdouble[16]' {aka 'const double[16]'} 1901 | GLAPI void GLAPIENTRY glLoadTransposeMatrixd( const GLdouble m[16] ); Reviewed-by: Jose Fonseca <jfonseca@vmware.com> Reviewed-by: Ian Romanick <ian.d.romanick@intel.com> Reviewed-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11198> |
||
---|---|---|
.. | ||
internal | ||
gl.h | ||
glcorearb.h | ||
glext.h | ||
glx.h | ||
glxext.h | ||
mesa_glinterop.h | ||
osmesa.h | ||
wglext.h |