Use -Werror in external/deqp
authorChih-Hung Hsieh <chh@google.com>
Tue, 10 Oct 2017 19:20:23 +0000 (12:20 -0700)
committerChih-Hung Hsieh <chh@google.com>
Tue, 10 Oct 2017 20:29:31 +0000 (13:29 -0700)
Bug: 66996870
Test: build with WITH_TIDY=1
Change-Id: I8b711d0fdfcf5241dc1b7754a8be5fbd712d555f

Android.mk

index 350c51c..07c3086 100644 (file)
@@ -1027,6 +1027,8 @@ deqp_compile_flags := \
        -DDEQP_GLES3_RUNTIME_LOAD=1 \
        -DDEQP_GLES2_RUNTIME_LOAD=1 \
        -DQP_SUPPORT_PNG=1 \
+       -Wall \
+       -Werror \
        -Wconversion \
        -fwrapv \
        -Wno-sign-conversion