nuttx-apps/boot/nxboot/loader
Neil Berkman 8579459bb0 boot/nxboot: fix Clang warnings for format and va_start
Use PRIdOFF instead of %ld for off_t arguments in flash.c syslog
calls, fixing -Wformat errors when off_t is not long.

Change nxboot_progress parameter from enum progress_type_e to int
to avoid undefined behavior from va_start on a parameter that
undergoes default argument promotion (-Wvarargs).

Signed-off-by: Neil Berkman <neil@xuku.com>
2026-03-10 13:28:22 +01:00
..
boot.c boot/nxboot/loader/boot.c: avoid unwanted confirm on double update 2025-08-28 14:59:39 +08:00
flash.c boot/nxboot: fix Clang warnings for format and va_start 2026-03-10 13:28:22 +01:00
flash.h boot/nxboot: enhance bootloader capabilities and decision logic 2025-03-14 10:35:49 -03:00