mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 17:30:12 +01:00
egl: fix a compiler warning
This commit is contained in:
parent
bf04d9eebf
commit
c250363022
1 changed files with 1 additions and 0 deletions
|
|
@ -305,6 +305,7 @@ _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching)
|
|||
break;
|
||||
default:
|
||||
assert(0);
|
||||
mask = 0;
|
||||
break;
|
||||
}
|
||||
if (val & ~mask)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue