From e11cae32067a7ab84b51e5483470020251c943d5 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 13 Jan 2023 13:35:21 -0800 Subject: Ensure the mixer helpers are properly inlined --- common/opthelpers.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/opthelpers.h') diff --git a/common/opthelpers.h b/common/opthelpers.h index 6b0c8db9..95ff781a 100644 --- a/common/opthelpers.h +++ b/common/opthelpers.h @@ -12,7 +12,7 @@ #endif #ifdef __GNUC__ -#define force_inline [[gnu::always_inline]] +#define force_inline [[gnu::always_inline]] inline #elif defined(_MSC_VER) #define force_inline __forceinline #else -- cgit v1.2.3