summaryrefslogtreecommitdiff
path: root/core/LocAdapterBase.h
diff options
context:
space:
mode:
authorLinux Build Service Account <lnxbuild@localhost>2016-04-05 02:47:36 -0600
committerLinux Build Service Account <lnxbuild@localhost>2016-04-05 02:47:36 -0600
commit9e38acda5f923047dc081214049c1cd555bce572 (patch)
tree0dbe4f60a5f2663410835cb976217d6cf6240fc5 /core/LocAdapterBase.h
parent5c8127c10dd97ad9083c5819cf11fc69ae41f6cf (diff)
parent8ef6c3cc1aa4d4f32cf24d11d85d6ea2e1eaaed8 (diff)
downloadgps-9e38acda5f923047dc081214049c1cd555bce572.tar.gz
Merge 8ef6c3cc1aa4d4f32cf24d11d85d6ea2e1eaaed8 on remote branch
Change-Id: I467ec5a84fc2b471d6f68936cec88a44c82b6627
Diffstat (limited to 'core/LocAdapterBase.h')
-rw-r--r--core/LocAdapterBase.h10
1 files changed, 8 insertions, 2 deletions
diff --git a/core/LocAdapterBase.h b/core/LocAdapterBase.h
index 5f4660b..4ed1704 100644
--- a/core/LocAdapterBase.h
+++ b/core/LocAdapterBase.h
@@ -80,10 +80,16 @@ public:
// This will be overridden by the individual adapters
// if necessary.
- inline virtual void setUlpProxy(UlpProxyBase* ulp) {}
+ inline virtual void setUlpProxy(UlpProxyBase* ulp) {
+
+ (void)ulp;
+ }
virtual void handleEngineUpEvent();
virtual void handleEngineDownEvent();
- inline virtual void setPositionModeInt(LocPosMode& posMode) {}
+ inline virtual void setPositionModeInt(LocPosMode& posMode) {
+
+ (void)posMode;
+ }
virtual void startFixInt() {}
virtual void stopFixInt() {}
virtual void getZppInt() {}