From a710b34d680d55b08c5114c4a96a5a1c24f31f24 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Thu, 27 Nov 2025 06:11:07 -0500 Subject: chore: fix BootZ workflows. Signed-off-by: Amlal El Mahrouss --- src/boot/src/BootSupport.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/boot/src/BootSupport.cc b/src/boot/src/BootSupport.cc index c7c86ea2..d39ea884 100644 --- a/src/boot/src/BootSupport.cc +++ b/src/boot/src/BootSupport.cc @@ -13,7 +13,7 @@ #include #ifdef __BOOTZ_STANDALONE__ -EXTERN_C int atexit(void (*f)()) { return 0; } +EXTERN_C int atexit(void (*f)()) { NE_UNUSED(f); return 0; } /// @brief memset definition in C++. /// @param dst destination pointer. -- cgit v1.2.3