From f8f812b3a412dae4a8ec4ad2e4fdd781d73e813c Mon Sep 17 00:00:00 2001 From: morgolock Date: Tue, 17 Nov 2020 09:37:37 +0000 Subject: COMPMID-3771: Fixed implicit-fallthrough warning Disabled the warning in the Android.bp. When we move to C++17 we can enable it again and use [[fallthrough]] instead. Change-Id: I96372d286e1c18f58c704bede131a8eb19cdcb56 Signed-off-by: morgolock Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4436 Tested-by: Arm Jenkins Reviewed-by: Sheri Zhang --- Android.bp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 98b00cf5ba..3678c705e9 100644 --- a/Android.bp +++ b/Android.bp @@ -31,7 +31,8 @@ arm_compute_library_defaults { "-DARM_COMPUTE_CPP_SCHEDULER", "-Wno-unused-parameter", "-DNO_DOT_IN_TOOLCHAIN", - "-no-integrated-as" + "-no-integrated-as", + "-Wno-implicit-fallthrough" ], rtti: true, } -- cgit v1.2.1