aboutsummaryrefslogtreecommitdiffstats
path: root/common/opthelpers.h
diff options
context:
space:
mode:
Diffstat (limited to 'common/opthelpers.h')
-rw-r--r--common/opthelpers.h2
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