aboutsummaryrefslogtreecommitdiffstats
path: root/rmidevice/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'rmidevice/Android.mk')
-rw-r--r--rmidevice/Android.mk6
1 files changed, 4 insertions, 2 deletions
diff --git a/rmidevice/Android.mk b/rmidevice/Android.mk
index 8e23065..3f075d7 100644
--- a/rmidevice/Android.mk
+++ b/rmidevice/Android.mk
@@ -3,6 +3,8 @@ include $(CLEAR_VARS)
LOCAL_MODULE := rmidevice
LOCAL_SRC_FILES := rmifunction.cpp rmidevice.cpp hiddevice.cpp
-LOCAL_CPPFLAGS := -Wall
+LOCAL_CFLAGS := \
+ -Wall -Werror \
+ -Wno-unused-parameter \
-include $(BUILD_STATIC_LIBRARY) \ No newline at end of file
+include $(BUILD_STATIC_LIBRARY)