diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2024-09-30 10:59:59 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2024-09-30 10:59:59 -0400 |
commit | 85c8fd05f1a0c0224882c4fafa60003d3ef56cf3 (patch) | |
tree | c86b968c5a53c0767c00116c6fc03f60c8e3aa64 /kernel.cpp | |
parent | abfdd6eb3ed61d13a47735812eca0028caf6b6da (diff) |
compile with wall,extra,error,pedantic
Diffstat (limited to 'kernel.cpp')
-rw-r--r-- | kernel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -95,7 +95,7 @@ void abort() } extern "C" -int __cxa_atexit(void (*func)(void *), void *arg, void *dso_handle) +int __cxa_atexit(void (*)(void *), void *, void *) { return 0; } |