aqhome-mqttlog: fixed compiler warning.

This commit is contained in:
Martin Preuss
2025-03-01 15:20:29 +01:00
parent c6f4759530
commit 72e32847c7

View File

@@ -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;