summaryrefslogtreecommitdiff
path: root/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index c8ae07c..08428f7 100644
--- a/Android.mk
+++ b/Android.mk
@@ -13,6 +13,7 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
LOCAL_MODULE_TAGS := debug
LOCAL_CFLAGS += -std=gnu99
+LOCAL_CFLAGS += "-D__unused=__attribute__((unused))"
include $(BUILD_EXECUTABLE)
@@ -31,6 +32,7 @@ LOCAL_MODULE_PATH := $(TARGET_OUT_OPTIONAL_EXECUTABLES)
LOCAL_MODULE_TAGS := debug
LOCAL_CFLAGS += -std=gnu99
+LOCAL_CFLAGS += "-D__unused=__attribute__((unused))"
include $(BUILD_EXECUTABLE)