aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-01-21 04:59:20 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-01-21 04:59:20 +0000
commit24f4cec156ab1cf9d3aeeae4408e234f02d874cc (patch)
tree5e8e74b2e82a05e9f4b592e516fc593e99a58f44
parent1e26679795597459732408891bedea130b3ee1f1 (diff)
parent7e27e7dbac3c5f4ac3da7d50d391e7103c6aadce (diff)
downloadlibgsm-brillo-m10-dev.tar.gz
-rw-r--r--Android.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 212c30a..8ec0b42 100644
--- a/Android.mk
+++ b/Android.mk
@@ -33,7 +33,10 @@ LOCAL_SRC_FILES := \
src/short_term.c \
src/table.c
-LOCAL_CFLAGS := -DSASR -DWAV49
+LOCAL_CFLAGS := \
+ -DSASR \
+ -DWAV49 \
+ -Wno-unused-parameter \
LOCAL_C_INCLUDES += $(LOCAL_PATH)/inc