aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin DuBois <kevindubois@google.com>2020-05-15 08:59:43 -0700
committerKevin DuBois <kevindubois@google.com>2020-08-21 19:35:04 -0700
commita96db2f067659434e442cc81f0e5c22dfc2995ce (patch)
tree0b9c94d92cfc5ec4cc37d51519b3736a26eb0005
parente8521c2346cce4e514f1aa380ab640c9468dbaa5 (diff)
downloadComputeLibrary-a96db2f067659434e442cc81f0e5c22dfc2995ce.tar.gz
clframework: suppress warnings pending fix
Suppress inline-asm and implicit-fallthrough warnings from the CL framework. Test: local build Change-Id: Ibd624d8d1498116fa2ce1106155bb18c9a23a127
-rw-r--r--Android.bp2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.bp b/Android.bp
index e7ad65187..6789af2d8 100644
--- a/Android.bp
+++ b/Android.bp
@@ -30,6 +30,8 @@ arm_compute_library_defaults {
"-DARM_COMPUTE_ASSERTS_ENABLED",
"-DARM_COMPUTE_CPP_SCHEDULER",
"-Wno-unused-parameter",
+ "-Wno-inline-asm",
+ "-Wno-implicit-fallthrough",
"-DNO_DOT_IN_TOOLCHAIN",
"-no-integrated-as"
],