From 1fdc242d98610319deac573819b8eaf8671fbb29 Mon Sep 17 00:00:00 2001 From: Andy Green Date: Tue, 29 Sep 2020 16:52:32 +0100 Subject: [PATCH] ss: compiler may complain in release mode due to info --- lib/secure-streams/policy-common.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/secure-streams/policy-common.c b/lib/secure-streams/policy-common.c index a4b2ab6b2..0b84fff7b 100644 --- a/lib/secure-streams/policy-common.c +++ b/lib/secure-streams/policy-common.c @@ -313,6 +313,7 @@ lws_ss_policy_set(struct lws_context *context, const char *name) else m = 0; + (void)m; lwsl_info("%s: %s, pad %d%c: %s\n", __func__, buf, m, '%', name); /* Create vhosts for each type of trust store */