1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00

ss: compiler may complain in release mode due to info

This commit is contained in:
Andy Green 2020-09-29 16:52:32 +01:00
parent c75654c3f6
commit cb2e04f602

View file

@ -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 */