From 80216f64421bc6bf19a6847e76fa122303f7a752 Mon Sep 17 00:00:00 2001 From: Michael Gernoth Date: Tue, 13 Oct 2015 21:08:19 +0200 Subject: [PATCH] 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 --- services/surfaceflinger/RenderEngine/RenderEngine.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/services/surfaceflinger/RenderEngine/RenderEngine.cpp b/services/surfaceflinger/RenderEngine/RenderEngine.cpp index faae6fc1c..cb1d14c74 100644 --- a/services/surfaceflinger/RenderEngine/RenderEngine.cpp +++ b/services/surfaceflinger/RenderEngine/RenderEngine.cpp @@ -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