nuttx-apps/boot/nxboot/include
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
..
nxboot.h boot/nxboot: fix Clang warnings for format and va_start 2026-03-10 13:28:22 +01:00