aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Android.mk6
1 files changed, 6 insertions, 0 deletions
diff --git a/Android.mk b/Android.mk
index 89ae7fb..6d3bc8a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -29,6 +29,12 @@ LOCAL_SRC_FILES := lib/analysis.c \
lib/vorbisfile.c \
lib/window.c
+LOCAL_CFLAGS := \
+ -Wall -Werror \
+ -Wno-unused-function \
+ -Wno-unused-parameter \
+ -Wno-unused-variable \
+
LOCAL_STATIC_LIBRARIES := libogg
LOCAL_SDK_VERSION := 14