1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-09 00:00:04 +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 5f4ced47d8
commit 1fdc242d98

View file

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