From c2b5df75edfedd3c4670a724629415020633e573 Mon Sep 17 00:00:00 2001 From: Michael Bestas Date: Tue, 19 Nov 2019 20:38:11 +0200 Subject: Ignore implicit fall-through warnings Change-Id: Ia6c27c884054a6b2b75159290b35c89db3ad7ded --- Android.bp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Android.bp b/Android.bp index 7d5d199..485f29a 100755 --- a/Android.bp +++ b/Android.bp @@ -22,7 +22,7 @@ cc_library_shared { "-Werror", "-Wextra", // Allow implicit fallthroughs in phDnldNfc_Internal.cc and phNxpConfig.cpp until they are fixed. - "-Wno-error=implicit-fallthrough", + "-Wno-implicit-fallthrough", ], srcs: [ -- cgit v1.2.3