Suppress -Wimplicit-fallthrough.
authorChih-Hung Hsieh <chh@google.com>
Tue, 4 Sep 2018 23:14:20 +0000 (16:14 -0700)
committerChih-Hung Hsieh <chh@google.com>
Tue, 4 Sep 2018 23:14:20 +0000 (16:14 -0700)
-Wimplicit-fallthrough will be enabled globally.

Test: build with global -Wimplicit-fallthrough.
Change-Id: I0f1dea676f1cf551339036767f141aa5717cea3e

Android.mk

index 2afdfe9..fa97deb 100644 (file)
@@ -30,6 +30,7 @@ deqp_compile_flags := \
        -Werror \
        -Wconversion \
        -fwrapv \
+       -Wno-implicit-fallthrough \
        -Wno-sign-conversion
 
 LOCAL_SHARED_LIBRARIES := \