Suppress non-critical warnings in external/libese. am: 9d157d79da
am: 1136b0cc3a

Change-Id: Iace295ef2ce8e814b5e4c929ab49f0abf0867343
diff --git a/third_party/NXPNFC_P61_JCOP_Kit/Android.bp b/third_party/NXPNFC_P61_JCOP_Kit/Android.bp
index 01ac8dd..9d6e8d0 100644
--- a/third_party/NXPNFC_P61_JCOP_Kit/Android.bp
+++ b/third_party/NXPNFC_P61_JCOP_Kit/Android.bp
@@ -11,7 +11,16 @@
         "libdl",
         "libhardware",
     ],
-    cflags: ["-DNXP_LDR_SVC_VER_2=TRUE"],
+    cflags: [
+        "-DNXP_LDR_SVC_VER_2=TRUE",
+        "-W", "-Wall",
+        "-Wno-format",
+        "-Wno-parentheses-equality",
+        "-Wno-tautological-constant-out-of-range-compare",
+        "-Wno-unused-function",
+        "-Wno-unused-parameter",
+        "-Wno-unused-variable",
+    ],
     export_include_dirs: [
         "include/",
         "inc/",