summaryrefslogtreecommitdiff
path: root/msm8084/core/Android.mk
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2016-02-24 17:40:49 -0800
committerAurimas Liutikas <aurimas@google.com>2016-02-24 17:40:49 -0800
commit38785f2749235856bf359361a970e1ddf914e10b (patch)
tree4df19faefa313a948d3c73c0539e96fc2de751ff /msm8084/core/Android.mk
parent976ed0484fad05752a6a1aeb7be0c3f29abaac02 (diff)
downloadgps-38785f2749235856bf359361a970e1ddf914e10b.tar.gz
Suppress unused-parameter warnings in hardware/qcom/gps/
Bug: 26936282 Change-Id: I7fdf58d232a59c0ba0d5f52c0f958f6eab0c4514
Diffstat (limited to 'msm8084/core/Android.mk')
-rw-r--r--msm8084/core/Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/msm8084/core/Android.mk b/msm8084/core/Android.mk
index 3e2b2eb..8b5898c 100644
--- a/msm8084/core/Android.mk
+++ b/msm8084/core/Android.mk
@@ -26,7 +26,8 @@ LOCAL_SRC_FILES += \
LOCAL_CFLAGS += \
-fno-short-enums \
- -D_ANDROID_
+ -D_ANDROID_ \
+ -Wno-unused-parameter
LOCAL_C_INCLUDES:= \
$(TARGET_OUT_HEADERS)/gps.utils