From db17d990d994300016c7e88cecad7de81f5e79e5 Mon Sep 17 00:00:00 2001 From: Bruno Martins Date: Wed, 16 Nov 2016 23:40:24 +0000 Subject: z2_plus: Update GPS stack * Tag LA.UM.5.5.r1-00100-8x96.0 Change-Id: I18cd979799001ccbaae6d08d07f907689ac5a00a --- gps/core/LocAdapterProxyBase.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gps/core/LocAdapterProxyBase.h') diff --git a/gps/core/LocAdapterProxyBase.h b/gps/core/LocAdapterProxyBase.h index e1d0ccf..82cba6b 100644 --- a/gps/core/LocAdapterProxyBase.h +++ b/gps/core/LocAdapterProxyBase.h @@ -61,6 +61,11 @@ public: GpsLocationExtended &locationExtended, enum loc_sess_status status, LocPosTechMask loc_technology_mask) { + + (void)location; + (void)locationExtended; + (void)status; + (void)loc_technology_mask; return false; } }; -- cgit v1.2.3