Skip to content

Commit

Permalink
Remove warning "using EGL_IMG_context_priority"
Browse files Browse the repository at this point in the history
Since this is compiled with -Wall, this breaks the build.
There's not much we can do about it anyways.

Change-Id: I72483515e6fcff70360e31aabb313f1483c87d64
  • Loading branch information
Ziyann authored and andi34 committed Sep 17, 2016
1 parent 3f02f36 commit 500ea81
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion services/surfaceflinger/RenderEngine/RenderEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 500ea81

Please sign in to comment.