summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-09-09 03:06:07 +0000
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-09-09 03:06:07 +0000
commit6781a24eba9b9aa9b6dd440518ac7267ae98e0a0 (patch)
tree2486236671ea805ec0fcaca310998c518634660f
parent63555c7bb790516c89f54d661dc8ea400dd8d2d7 (diff)
parentd3238d4466f94717dfc33cea1e08732fdf50222f (diff)
downloadspirv-llvm-6781a24eba9b9aa9b6dd440518ac7267ae98e0a0.tar.gz
Snap for 5000538 from d3238d4466f94717dfc33cea1e08732fdf50222f to qt-release
Change-Id: I73a23ffa14597170de12c16b678b62303614acb8
-rw-r--r--lib/SPIRV/Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/SPIRV/Android.bp b/lib/SPIRV/Android.bp
index 846b4303..a6cac539 100644
--- a/lib/SPIRV/Android.bp
+++ b/lib/SPIRV/Android.bp
@@ -91,6 +91,8 @@ cc_library_shared {
clang_cflags: [
// Temporarily suppress the warnings http://b/37867503
"-Wno-error=user-defined-warnings",
+ // SPIRVReader.cpp:1485 implicit fallthrough
+ "-Wno-implicit-fallthrough",
],
product_variables: {