diff --git a/gps/core/ContextBase.h b/gps/core/ContextBase.h index c902598..feb077d 100644 --- a/gps/core/ContextBase.h +++ b/gps/core/ContextBase.h @@ -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;