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 <pablo.tello@arm.com>
Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/4436
Tested-by: Arm Jenkins <bsgcomp@arm.com>
Reviewed-by: Sheri Zhang <sheri.zhang@arm.com>
"-DARM_COMPUTE_CPP_SCHEDULER",
"-Wno-unused-parameter",
"-DNO_DOT_IN_TOOLCHAIN",
- "-no-integrated-as"
+ "-no-integrated-as",
+ "-Wno-implicit-fallthrough"
],
rtti: true,
}