sm7325-common: gps: Fix __unused usages
Change-Id: Idd82ad28942dbbbd82982d6ba27529f38a3fe6c8
This commit is contained in:
parent
c303b1b6c4
commit
f673bedfbc
@ -195,7 +195,7 @@ public:
|
|||||||
}
|
}
|
||||||
inline void sendMsg(const LocMsg *msg) { getMsgTask()->sendMsg(msg); }
|
inline void sendMsg(const LocMsg *msg) { getMsgTask()->sendMsg(msg); }
|
||||||
inline bool checkFeatureStatus(int* fids,
|
inline bool checkFeatureStatus(int* fids,
|
||||||
LocFeatureStatus* status, uint32_t idCount, bool directQwesCall = false) const {
|
LocFeatureStatus* status, uint32_t idCount, bool directQwesCall = false __unused) const {
|
||||||
return mLocApiProxy->checkFeatureStatus(fids, status, idCount, directQwesCall);
|
return mLocApiProxy->checkFeatureStatus(fids, status, idCount, directQwesCall);
|
||||||
}
|
}
|
||||||
static loc_gps_cfg_s_type mGps_conf;
|
static loc_gps_cfg_s_type mGps_conf;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user