diff --git a/lib/secure-streams/policy-json.c b/lib/secure-streams/policy-json.c index ea3b159c6..14938f838 100644 --- a/lib/secure-streams/policy-json.c +++ b/lib/secure-streams/policy-json.c @@ -919,7 +919,7 @@ lws_ss_policy_parse(struct lws_context *context, const uint8_t *buf, size_t len) return m; lwsl_err("%s: parse failed line %u: %d: %s\n", __func__, - args->jctx.line, m, lejp_error_to_string(m)); + (unsigned int)args->jctx.line, m, lejp_error_to_string(m)); lws_ss_policy_parse_abandon(context); assert(0);