From f673bedfbcca1649bbd9a8761b99595cd316c9e1 Mon Sep 17 00:00:00 2001 From: Nolen Johnson Date: Mon, 20 Jan 2025 01:20:51 -0500 Subject: [PATCH] sm7325-common: gps: Fix __unused usages Change-Id: Idd82ad28942dbbbd82982d6ba27529f38a3fe6c8 --- gps/core/ContextBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;