summaryrefslogtreecommitdiff
path: root/core/LocApiBase.cpp
diff options
context:
space:
mode:
authorDante Russo <drusso@codeaurora.org>2018-02-07 12:09:33 +0530
committerVamana Murthi <vthuniki@codeaurora.org>2018-03-02 09:59:29 +0530
commit97f3f3905a46515ab852681268fcac155840f8b8 (patch)
treeec22ad97f4dd71db5220fbf79b5c141103479613 /core/LocApiBase.cpp
parent438abebca035fe4f956e7e6232a1b98074e4c673 (diff)
downloadgps-97f3f3905a46515ab852681268fcac155840f8b8.tar.gz
remove unused variables for compilation
remove unsed variables and fix few compiler issues CRs-fixed: 2175735 Change-Id: I635a7503326928f43070aa2224bc3c3d6e1ff929
Diffstat (limited to 'core/LocApiBase.cpp')
-rw-r--r--core/LocApiBase.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/LocApiBase.cpp b/core/LocApiBase.cpp
index 4bc38e2..ce0d1bc 100644
--- a/core/LocApiBase.cpp
+++ b/core/LocApiBase.cpp
@@ -118,7 +118,7 @@ struct LocOpenMsg : public LocMsg {
mLocApi->open(mMask);
}
inline void locallog() const {
- LOC_LOGV("%s:%d]: LocOpen Mask: %x\n",
+ LOC_LOGV("%s:%d]: LocOpen Mask: %" PRIu64 "\n",
__func__, __LINE__, mMask);
}
inline virtual void log() const {