Guard against missing UNUSED.

This commit is contained in:
Roger A. Light 2021-03-29 17:07:40 +01:00
parent 7d214a445d
commit 4ee03f21e3

View File

@ -6,6 +6,10 @@
#include "mosquitto_internal.h"
#include "util_mosq.h"
#ifndef UNUSED
# define UNUSED(A) (void)(A)
#endif
struct mosquitto *context__init(mosq_sock_t sock)
{
UNUSED(sock);