--- src/shared/shl-macro.h +++ src/shared/shl-macro.h 2026-04-26 17:04:20.399624510 +0000 @@ -164,7 +164,7 @@ #define SHL_U64_TO_PTR(_ptr) SHL_TYPE_TO_PTR(uint64_t, (_ptr)) /* compile-time assertions */ -#define shl_assert_cc(_expr) static_assert(_expr, #_expr) +#define shl_assert_cc(_expr) _Static_assert(_expr, #_expr) /* * Safe Multiplications