COMPMID-3771: Fixed implicit-fallthrough warning
authormorgolock <pablo.tello@arm.com>
Tue, 17 Nov 2020 09:37:37 +0000 (09:37 +0000)
committerSheri Zhang <sheri.zhang@arm.com>
Tue, 17 Nov 2020 11:08:08 +0000 (11:08 +0000)
commitf8f812b3a412dae4a8ec4ad2e4fdd781d73e813c
treee4a852bdcf783b29719d321c31dd86ec69e576ed
parent229757be70e7884b1a64972c2bdf9919075401a2
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 <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>
Android.bp