mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2026-04-19 02:28:43 +00:00
* clean(warnings): fix [-Wsign-compare] in zephyr_file buf_len is a long unsigned int, while bytes_* can be negative due to error values. We don't need to check bytes_* for negative value, as it was done during read/write op. * clean(warnings): fix "MIN" redefined warning Some platforms, like Zephyr, already define MIN and definition in WAMR cause `warning: "MIN" redefined` warning. Check if it was defined before, and do not redefine it. Signed-off-by: Krisztian Szilvasi <34309983+kr-t@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| stress-test | ||
| test | ||
| unit-test | ||
| lib_wasi_threads_wrapper.c | ||
| lib_wasi_threads.cmake | ||
| SConscript | ||
| tid_allocator.c | ||
| tid_allocator.h | ||