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