From e09613812ce955c074238e8c91a0ed6eca3dc86f Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 31 Aug 2025 16:50:46 +0900 Subject: feat: enable -Wall flag on build --- src/common.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common.h') diff --git a/src/common.h b/src/common.h index f8f6b1d..98e27e1 100644 --- a/src/common.h +++ b/src/common.h @@ -3,7 +3,7 @@ #include "std.h" -void fatal_error(const char* msg, ...); +_Noreturn void fatal_error(const char* msg, ...); #define unreachable() fatal_error("%s:%d: unreachable", __FILE__, __LINE__) #define unimplemented() fatal_error("%s:%d: unimplemented", __FILE__, __LINE__) -- cgit v1.2.3-70-g09d2