diff options
| author | Michael Bestas <mkbestas@lineageos.org> | 2019-11-19 20:38:11 +0200 |
|---|---|---|
| committer | Michael Bestas <mkbestas@lineageos.org> | 2019-11-19 20:38:11 +0200 |
| commit | c2b5df75edfedd3c4670a724629415020633e573 (patch) | |
| tree | 8211cce4ba751da189deb1856309943be835fc3b | |
| parent | 706c52c19473b9765176b9e093be0f7ae7f6095a (diff) | |
| download | android_hardware_nxp_nfc-lineage-17.0.tar.gz android_hardware_nxp_nfc-lineage-17.0.tar.bz2 android_hardware_nxp_nfc-lineage-17.0.zip | |
Ignore implicit fall-through warningslineage-17.0
Change-Id: Ia6c27c884054a6b2b75159290b35c89db3ad7ded
| -rwxr-xr-x | Android.bp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: [ |
