summaryrefslogtreecommitdiff
path: root/msm8084
diff options
context:
space:
mode:
authorAurimas Liutikas <aurimas@google.com>2016-03-02 00:03:14 +0000
committerandroid-build-merger <android-build-merger@google.com>2016-03-02 00:03:14 +0000
commit274f4455bcd7e5ed09d5c815ae286bf786950502 (patch)
tree4b7d939808a01051fc683bd6991d85d0f2340f32 /msm8084
parentb585f64c87b9e07902456b6e8caad57eb70c5eb8 (diff)
parent20160f64d5cc37d672232e356717359336029409 (diff)
downloadgps-274f4455bcd7e5ed09d5c815ae286bf786950502.tar.gz
Merge "Suppress unused-parameter warnings in hardware/qcom/gps/" into nyc-dev
am: 20160f64d5 * commit '20160f64d5cc37d672232e356717359336029409': Suppress unused-parameter warnings in hardware/qcom/gps/
Diffstat (limited to 'msm8084')
-rw-r--r--msm8084/core/Android.mk3
-rw-r--r--msm8084/loc_api/libloc_api_50001/Android.mk3
2 files changed, 4 insertions, 2 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
diff --git a/msm8084/loc_api/libloc_api_50001/Android.mk b/msm8084/loc_api/libloc_api_50001/Android.mk
index 360e172..e38befa 100644
--- a/msm8084/loc_api/libloc_api_50001/Android.mk
+++ b/msm8084/loc_api/libloc_api_50001/Android.mk
@@ -36,7 +36,8 @@ LOCAL_SRC_FILES += \
LOCAL_CFLAGS += \
-fno-short-enums \
- -D_ANDROID_
+ -D_ANDROID_ \
+ -Wno-unused-parameter
LOCAL_C_INCLUDES:= \
$(TARGET_OUT_HEADERS)/gps.utils \