diff --git a/lib/core/buflist.c b/lib/core/buflist.c index c49f5d82f..75c156f0c 100644 --- a/lib/core/buflist.c +++ b/lib/core/buflist.c @@ -52,6 +52,7 @@ lws_buflist_append_segment(struct lws_buflist **head, const uint8_t *buf, head = &((*head)->next); } + (void)p; lwsl_info("%s: len %u first %d %p\n", __func__, (unsigned int)len, first, p);