gcc-format-strings: LWS_PLAT_OPTEE
This commit is contained in:
parent
9395eb62ce
commit
73f5e58682
1 changed files with 2 additions and 2 deletions
|
@ -310,8 +310,8 @@ lws_plat_init(struct lws_context *context,
|
|||
return 1;
|
||||
}
|
||||
|
||||
lwsl_notice(" mem: platform fd map: %5u bytes\n",
|
||||
sizeof(struct lws *) * context->max_fds);
|
||||
lwsl_notice(" mem: platform fd map: %5lu bytes\n",
|
||||
(long)sizeof(struct lws *) * context->max_fds);
|
||||
|
||||
context->fops.open = _lws_plat_file_open;
|
||||
context->fops.close = _lws_plat_file_close;
|
||||
|
|
Loading…
Add table
Reference in a new issue