From cb2e04f6029c5d7fbf19a229704b0c69e9fbaed7 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 4f1771ec1..a2e48ac54 100644 --- a/lib/secure-streams/policy-common.c +++ b/lib/secure-streams/policy-common.c @@ -333,6 +333,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 */