Merge "Use -Werror in external/libvorbis"
diff --git a/Android.mk b/Android.mk
index 89ae7fb..6d3bc8a 100644
--- a/Android.mk
+++ b/Android.mk
@@ -29,6 +29,12 @@
                    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