From 20923db2b56d4a2800a18e46f31c06a2ad9359a4 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Wed, 7 Aug 2019 08:11:04 +0100 Subject: [PATCH] COVA14455: unused var init --- lib/core/buflist.c | 1 + 1 file changed, 1 insertion(+) 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);