aboutsummaryrefslogtreecommitdiffstats
path: root/kernel.cpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2024-09-30 10:59:59 -0400
committerClyne Sullivan <clyne@bitgloo.com>2024-09-30 10:59:59 -0400
commit85c8fd05f1a0c0224882c4fafa60003d3ef56cf3 (patch)
treec86b968c5a53c0767c00116c6fc03f60c8e3aa64 /kernel.cpp
parentabfdd6eb3ed61d13a47735812eca0028caf6b6da (diff)
compile with wall,extra,error,pedantic
Diffstat (limited to 'kernel.cpp')
-rw-r--r--kernel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel.cpp b/kernel.cpp
index 350a11e..ae3f153 100644
--- a/kernel.cpp
+++ b/kernel.cpp
@@ -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;
}