From 034d140355fdc905ccb983f250a639bf96931951 Mon Sep 17 00:00:00 2001 From: Fabrice Date: Thu, 26 Mar 2026 09:44:28 +0100 Subject: better --- cheesemap.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cheesemap.h') diff --git a/cheesemap.h b/cheesemap.h index f80ba9d..cb3d0a9 100644 --- a/cheesemap.h +++ b/cheesemap.h @@ -13,8 +13,7 @@ extern "C" { #include #include -_Noreturn void CM_PANIC_SYM(const char* file, uint32_t line, const char* fmt, - ...); +void CM_PANIC_SYM(const char* file, uint32_t line, const char* fmt, ...); #ifdef NDEBUG #define cm_assert(cond) -- cgit v1.2.3