summaryrefslogtreecommitdiff
path: root/core/loc_core_log.cpp
diff options
context:
space:
mode:
authorBaili Feng <bailif@codeaurora.org>2017-07-03 21:00:31 +0800
committerYingjie Wang <yingjiewang@codeaurora.org>2017-08-01 18:17:20 +0800
commit4c9c7839892c4272c30dcf3288bbe4d52649bced (patch)
tree207223980b82203b9a1a092af8e90855fc91a69b /core/loc_core_log.cpp
parent0c6ed3c02457e1a77b6221191c3dfb89574742ba (diff)
downloadgps-4c9c7839892c4272c30dcf3288bbe4d52649bced.tar.gz
Clean up compiler warning message
CRs-Fixed: 2070597 Change-Id: Ic57f5211a4e4b9112888435d54df7a361bcb6767
Diffstat (limited to 'core/loc_core_log.cpp')
-rw-r--r--core/loc_core_log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/loc_core_log.cpp b/core/loc_core_log.cpp
index ae5948d..5a627dd 100644
--- a/core/loc_core_log.cpp
+++ b/core/loc_core_log.cpp
@@ -120,7 +120,7 @@ static const loc_name_val_s_type loc_eng_aiding_data_bits[] =
};
static const int loc_eng_aiding_data_bit_num = sizeof(loc_eng_aiding_data_bits) / sizeof(loc_name_val_s_type);
-const char* loc_get_aiding_data_mask_names(LocGpsAidingData data)
+const char* loc_get_aiding_data_mask_names(LocGpsAidingData /*data*/)
{
return NULL;
}