From 85c8fd05f1a0c0224882c4fafa60003d3ef56cf3 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Mon, 30 Sep 2024 10:59:59 -0400 Subject: compile with wall,extra,error,pedantic --- kernel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kernel.cpp') 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; } -- cgit v1.2.3