egl: fix a compiler warning
This commit is contained in:
@@ -305,6 +305,7 @@ _eglValidateConfig(const _EGLConfig *conf, EGLBoolean for_matching)
|
|||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
assert(0);
|
assert(0);
|
||||||
|
mask = 0;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
if (val & ~mask)
|
if (val & ~mask)
|
||||||
|
Reference in New Issue
Block a user