mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2025-02-12 09:55:27 +00:00
![]() Fix compile warnings in libc-wasi posix.c: ``` posix.c:880:41: warning: comparison of integers of different signs: 'unsigned long' and 'ssize_t' (aka 'long') [-Wsign-compare] if (bufoff + iov[i].buf_len < len) { posix.c:1359:32: warning: comparison of integers of different signs: 'off_t' (aka 'long long') and 'unsigned long long' [-Wsign-compare] if (ret == 0 && sb.st_size < offset + len) ``` |
||
---|---|---|
.. | ||
include | ||
src | ||
LICENSE |