sm8450-common: gps: Resolve unused parameter warnings

Change-Id: I0acef3da2c3567a28edd0a71dac89a5828f7725d
This commit is contained in:
Michael Bestas
2021-01-06 19:23:51 +02:00
committed by Arian
parent 946f3651cd
commit 3094f39138
13 changed files with 37 additions and 37 deletions

View File

@@ -445,7 +445,7 @@ public:
@return
No return value.
*/
virtual void powerStateEvent(PowerStateType powerState) {};
virtual void powerStateEvent(PowerStateType powerState __unused) {};
};
#endif /* ILOCATIONAPI_H */