mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-16 09:48:16 +02:00
Fix this build error on macOS.
../src/glx/apple/glx_empty.c:158:4: error: void function 'glXQueryGLXPbufferSGIX' should not return a value [-Wreturn-type]
return 0;
^ ~
Fixes:
|
||
|---|---|---|
| .. | ||
| apple_cgl.c | ||
| apple_cgl.h | ||
| apple_glapi.c | ||
| apple_glx.c | ||
| apple_glx.h | ||
| apple_glx_context.c | ||
| apple_glx_context.h | ||
| apple_glx_drawable.c | ||
| apple_glx_drawable.h | ||
| apple_glx_log.c | ||
| apple_glx_log.h | ||
| apple_glx_pbuffer.c | ||
| apple_glx_pixmap.c | ||
| apple_glx_surface.c | ||
| apple_visual.c | ||
| apple_visual.h | ||
| apple_xgl_api.h | ||
| apple_xgl_api_read.c | ||
| apple_xgl_api_stereo.c | ||
| apple_xgl_api_viewport.c | ||
| appledri.c | ||
| appledri.h | ||
| appledristr.h | ||
| glx_empty.c | ||
| meson.build | ||
| RELEASE_NOTES | ||
| TODO | ||