aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-hung Hsieh <chh@google.com>2017-10-11 22:56:49 +0000
committerandroid-build-merger <android-build-merger@google.com>2017-10-11 22:56:49 +0000
commitddaac5b673f7f2fb75145d78951a0585884c2310 (patch)
tree92f3d8a88660d151d5c66b14576de1088e8fe784
parentdee2e0a12822ec62c89c2d7582f1a7d32cd0875b (diff)
parente623471c48f2dc653fead4350f954e5b89f3c8a3 (diff)
downloadlibvorbis-ddaac5b673f7f2fb75145d78951a0585884c2310.tar.gz
Merge "Use -Werror in external/libvorbis" am: 34ec9fbbf9
am: e623471c48 Change-Id: I282a571c538013d6eab29932368c1a517422162a
-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