We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a9994f commit 392b5dfCopy full SHA for 392b5df
ecsact/runtime/common.h
@@ -30,7 +30,7 @@
30
#ifdef _MSC_VER
31
# define ECSACT_ALWAYS_INLINE __forceinline
32
#else
33
-# define ECSACT_ALWAYS_INLINE __attribute__((always_inline))
+# define ECSACT_ALWAYS_INLINE inline __attribute__((always_inline))
34
#endif
35
36
ECSACT_TYPED_ID(ecsact_package_id);
0 commit comments