diff options
author | Chris Robinson <[email protected]> | 2023-01-13 13:35:21 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2023-01-13 13:35:21 -0800 |
commit | e11cae32067a7ab84b51e5483470020251c943d5 (patch) | |
tree | b885d734a8bae408e1ebcb78e2246adec8ab39ef /common | |
parent | dd2f72ce90bcc0ffcfe2874778e7b2b2ef31ebe3 (diff) |
Ensure the mixer helpers are properly inlined
Diffstat (limited to 'common')
-rw-r--r-- | common/opthelpers.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |