sm7325-common: gps: Fix __unused usages

Change-Id: Idd82ad28942dbbbd82982d6ba27529f38a3fe6c8
This commit is contained in:
Nolen Johnson 2025-01-20 01:20:51 -05:00
parent c303b1b6c4
commit f673bedfbc

View File

@ -195,7 +195,7 @@ public:
}
inline void sendMsg(const LocMsg *msg) { getMsgTask()->sendMsg(msg); }
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);
}
static loc_gps_cfg_s_type mGps_conf;