projects
/
platform
/
upstream
/
VK-GL-CTS.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e9540af
)
Suppress -Wimplicit-fallthrough.
author
Chih-Hung Hsieh
<chh@google.com>
Tue, 4 Sep 2018 23:14:20 +0000
(16:14 -0700)
committer
Chih-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
patch
|
blob
|
history
diff --git
a/Android.mk
b/Android.mk
index 2afdfe9d858a0b7b3917382d1b4294a9a333d038..fa97deb57f6dcbd1c2fef2191eb9a54c7df545d8 100644
(file)
--- a/
Android.mk
+++ b/
Android.mk
@@
-30,6
+30,7
@@
deqp_compile_flags := \
-Werror \
-Wconversion \
-fwrapv \
+ -Wno-implicit-fallthrough \
-Wno-sign-conversion
LOCAL_SHARED_LIBRARIES := \