mirror of
https://github.com/bytecodealliance/wasm-micro-runtime.git
synced 2026-03-14 15:48:46 +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> |
||
|---|---|---|
| .. | ||
| platform_internal.h | ||
| shared_platform.cmake | ||
| zephyr_clock.c | ||
| zephyr_file.c | ||
| zephyr_platform.c | ||
| zephyr_socket.c | ||
| zephyr_thread.c | ||
| zephyr_time.c | ||