nuttx-apps/boot/nxboot
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
..
include boot/nxboot: fix Clang warnings for format and va_start 2026-03-10 13:28:22 +01:00
loader boot/nxboot: fix Clang warnings for format and va_start 2026-03-10 13:28:22 +01:00
tools boot/nxboot: improve documentation 2025-09-18 02:15:43 +08:00
CMakeLists.txt boot: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
Kconfig boot/nxboot: improve documentation 2025-09-18 02:15:43 +08:00
Make.defs boot: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
Makefile boot: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
nxboot_main.c boot/nxboot: fix Clang warnings for format and va_start 2026-03-10 13:28:22 +01:00