nuttx-apps/boot
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
..
mcuboot boot/mcuboot: update MCUBoot version 2025-12-09 23:10:01 +08:00
miniboot boot: migrate to SPDX identifier 2024-12-19 15:25:28 +08:00
nxboot boot/nxboot: fix Clang warnings for format and va_start 2026-03-10 13:28:22 +01:00
.gitignore boot/mcuboot: Add support for MCUboot bootloader 2021-08-20 06:44:15 -03:00
CMakeLists.txt boot: migrate to SPDX identifier 2024-12-19 15:25:28 +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