summaryrefslogtreecommitdiff
path: root/sound/Android.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sound/Android.mk')
-rw-r--r--sound/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/Android.mk b/sound/Android.mk
index a08c4371..860c4958 100644
--- a/sound/Android.mk
+++ b/sound/Android.mk
@@ -3,6 +3,6 @@ LOCAL_PATH := $(call my-dir)
include $(CLEAR_VARS)
LOCAL_MODULE := sound
LOCAL_SRC_FILES := playwav.c
-LOCAL_CFLAGS := -Wno-unused-parameter
+LOCAL_CFLAGS := -Wall -Werror -Wno-unused-parameter
include $(BUILD_EXECUTABLE)