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;