mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 22:00:13 +01:00
egl: move fallthrough comment so gcc can see it
Acked-by: Eric Engestrom <eric@engestrom.ch> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5714>
This commit is contained in:
parent
0d5427fa44
commit
b8409a6af7
1 changed files with 1 additions and 1 deletions
|
|
@ -239,8 +239,8 @@ _eglQueryDeviceStringEXT(_EGLDevice *dev, EGLint name)
|
||||||
case EGL_DRM_DEVICE_FILE_EXT:
|
case EGL_DRM_DEVICE_FILE_EXT:
|
||||||
if (_eglDeviceSupports(dev, _EGL_DEVICE_DRM))
|
if (_eglDeviceSupports(dev, _EGL_DEVICE_DRM))
|
||||||
return dev->device->nodes[DRM_NODE_PRIMARY];
|
return dev->device->nodes[DRM_NODE_PRIMARY];
|
||||||
/* fall through */
|
|
||||||
#endif
|
#endif
|
||||||
|
/* fall through */
|
||||||
default:
|
default:
|
||||||
_eglError(EGL_BAD_PARAMETER, "eglQueryDeviceStringEXT");
|
_eglError(EGL_BAD_PARAMETER, "eglQueryDeviceStringEXT");
|
||||||
return NULL;
|
return NULL;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue