summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Craik <ccraik@google.com>2016-01-11 18:36:09 -0800
committerChris Craik <ccraik@google.com>2016-01-11 18:36:09 -0800
commit468d5f08801712615c39321b1f22f04c63b1277d (patch)
treeaba4c29b0430595c2d57bc3b8d2618ce8adaff9e
parente314a612b38f24ec89530b949691a154d50d113b (diff)
downloadandroid_external_speex-468d5f08801712615c39321b1f22f04c63b1277d.tar.gz
android_external_speex-468d5f08801712615c39321b1f22f04c63b1277d.tar.bz2
android_external_speex-468d5f08801712615c39321b1f22f04c63b1277d.zip
Remove unused warnings from speex
Change-Id: I01958b7246707de22f3f0e3d16b0ae0a893db495
-rw-r--r--Android.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index 0e5c77e..22d8cf4 100644
--- a/Android.mk
+++ b/Android.mk
@@ -30,8 +30,9 @@ LOCAL_MODULE:= libspeex
-LOCAL_CFLAGS+= -DEXPORT= -DFLOATING_POINT -DUSE_SMALLFT -DVAR_ARRAYS
-LOCAL_CFLAGS+= -O3 -fstrict-aliasing -fprefetch-loop-arrays
+LOCAL_CFLAGS += -DEXPORT= -DFLOATING_POINT -DUSE_SMALLFT -DVAR_ARRAYS
+LOCAL_CFLAGS += -O3 -fstrict-aliasing -fprefetch-loop-arrays
+LOCAL_CFLAGS += -Wno-unused-parameter
LOCAL_C_INCLUDES += \
$(LOCAL_PATH)/include