Clear Windows compile warnings (#1530)

This commit is contained in:
Wenyong Huang
2022-09-29 14:02:58 +08:00
committed by GitHub
parent 1effda4cb5
commit 3220ff6941
6 changed files with 9 additions and 9 deletions

View File

@ -4650,7 +4650,7 @@ wasm_runtime_dump_line_buf_impl(const char *line_buf, bool dump_or_print,
return dump_len;
}
else {
return strlen(line_buf);
return (uint32)strlen(line_buf);
}
}