diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-27 06:15:36 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-27 06:15:36 -0500 |
| commit | a4c84210e0f2e54098d9865f9d5c23f99a5558b0 (patch) | |
| tree | cf1a927d3a1fb3d4c063850c717955d4c6f87417 /src | |
| parent | 8481051f42ceeaa1c7af443e76d7179aede26cb4 (diff) | |
| parent | a710b34d680d55b08c5114c4a96a5a1c24f31f24 (diff) | |
Merge pull request #88 from nekernel-org/dev
chore: fix BootZ workflows.
Diffstat (limited to 'src')
| -rw-r--r-- | src/boot/src/BootSupport.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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 <KernelKit/PE.h> #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. |
