summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-08-25 18:49:49 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-08-25 18:49:49 +0000
commit33063d3f40dc5478ee6646ecf46acd389215f0b4 (patch)
tree789f22e25d1a36ba509cfd7032d1c69ef1d7aaa3
parentb8d209428e028b7b4b9f8e9caa3e91750f9d19e9 (diff)
parent892984666e19b4a64005c10be17630adf3e519d5 (diff)
downloadutils-33063d3f40dc5478ee6646ecf46acd389215f0b4.tar.gz
am 89298466: ISV: Turn off some unused-XXX errors
* commit '892984666e19b4a64005c10be17630adf3e519d5': ISV: Turn off some unused-XXX errors
-rw-r--r--ISV/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/ISV/Android.mk b/ISV/Android.mk
index 9808e6e..398f498 100644
--- a/ISV/Android.mk
+++ b/ISV/Android.mk
@@ -46,6 +46,10 @@ endif
LOCAL_CFLAGS += -Werror
+# TODO: Fix this:
+LOCAL_CFLAGS += -Wno-error=unused-variable \
+ -Wno-error=unused-but-set-variable
+
include $(BUILD_SHARED_LIBRARY)
endif