aboutsummaryrefslogtreecommitdiff
path: root/gps/core/LocAdapterProxyBase.h
diff options
context:
space:
mode:
Diffstat (limited to 'gps/core/LocAdapterProxyBase.h')
-rw-r--r--gps/core/LocAdapterProxyBase.h5
1 files changed, 5 insertions, 0 deletions
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;
}
};