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:
parent
5f4ced47d8
commit
1fdc242d98
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Reference in a new issue