diff options
Diffstat (limited to 'src/boot')
| -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. |
