From 9aa40fb15072bba9ea7fbbf8bd172e8246f74f8a Mon Sep 17 00:00:00 2001 From: Christian Speckner Date: Tue, 29 Nov 2022 12:18:38 +0100 Subject: [PATCH] Fix build. --- src/common/bspf.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/bspf.hxx b/src/common/bspf.hxx index d70d04027..7fe346714 100644 --- a/src/common/bspf.hxx +++ b/src/common/bspf.hxx @@ -137,7 +137,7 @@ namespace BSPF #if defined(BSPF_WINDOWS) #define FORCE_INLINE __forceinline #else - #define FORCE_INLINE __attribute__((always_inline)) + #define FORCE_INLINE inline __attribute__((always_inline)) #endif // Get next power of two greater than or equal to the given value