From 72e32847c7d3592602c75705c99b63d31f8fc71a Mon Sep 17 00:00:00 2001 From: Martin Preuss Date: Sat, 1 Mar 2025 15:20:29 +0100 Subject: [PATCH] aqhome-mqttlog: fixed compiler warning. --- apps/aqhome-mqttlog/c_setdata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/aqhome-mqttlog/c_setdata.c b/apps/aqhome-mqttlog/c_setdata.c index 7149af4..9da96b7 100644 --- a/apps/aqhome-mqttlog/c_setdata.c +++ b/apps/aqhome-mqttlog/c_setdata.c @@ -35,7 +35,7 @@ static GWEN_BUFFER *_createBufferForTopic(const char *deviceId, const AQHMQTT_TO * ------------------------------------------------------------------------------------------------ */ -void AqHomeMqttLog_HandleSetData(AQHOME_MQTT *aqh, GWEN_MSG_ENDPOINT *ep, GWEN_MSG *recvdMsg) +void AqHomeMqttLog_HandleSetData(AQHOME_MQTT *aqh, GWEN_UNUSED GWEN_MSG_ENDPOINT *ep, GWEN_MSG *recvdMsg) { AQH_VALUE *recvdValue;