Skip to content

Commit fd4a247

Browse files
committed
__forceinline is not an attribute
1 parent 05c6aa9 commit fd4a247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/platform/compiler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
#if defined(_MSC_VER)
6161
#define ET_NOINLINE __declspec(noinline)
6262
#define ET_INLINE __forceinline
63-
#define ET_INLINE_ATTRIBUTE __forceinline
63+
#define ET_INLINE_ATTRIBUTE
6464
#else
6565
#define ET_NOINLINE __attribute__((noinline))
6666
#define ET_INLINE __attribute__((always_inline)) inline

0 commit comments

Comments
 (0)