RenderEngine: remove warning "using EGL_IMG_context_priority"
This warning breaks the build as it is treated as an error, so just remove it. Change-Id: I1a6353e5960866a9302a8c00eb97d1779b35b6be
This commit is contained in:
parent
f4fac7e93f
commit
80216f6442
@ -83,7 +83,6 @@ RenderEngine* RenderEngine::create(EGLDisplay display, int hwcFormat) {
|
||||
EGL_CONTEXT_CLIENT_VERSION, contextClientVersion, // MUST be first
|
||||
#ifdef EGL_IMG_context_priority
|
||||
#ifdef HAS_CONTEXT_PRIORITY
|
||||
#warning "using EGL_IMG_context_priority"
|
||||
EGL_CONTEXT_PRIORITY_LEVEL_IMG, EGL_CONTEXT_PRIORITY_HIGH_IMG,
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user