From b13b7d3371fc7ee026c29708ed11e875c87e2b83 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 24 Mar 2024 17:00:52 +0100 Subject: compat/macros: actually enable always_inline --- compat/macros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/macros.h b/compat/macros.h index 5325d055..237bef15 100644 --- a/compat/macros.h +++ b/compat/macros.h @@ -9,7 +9,7 @@ #if defined _MSC_VER # define force_inline __forceinline #else -# define force_inline __attribute__((always_inline)) +# define force_inline __attribute__((always_inline)) inline #endif #if !defined likely -- cgit v1.2.3