mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-23 13:20:14 +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:
|
||||
if (_eglDeviceSupports(dev, _EGL_DEVICE_DRM))
|
||||
return dev->device->nodes[DRM_NODE_PRIMARY];
|
||||
/* fall through */
|
||||
#endif
|
||||
/* fall through */
|
||||
default:
|
||||
_eglError(EGL_BAD_PARAMETER, "eglQueryDeviceStringEXT");
|
||||
return NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue