提交 8aa2b01e 编写于 作者: J jp9000

Fix __attribute__ usage

Requires two sets of parentheses, not one.  ...I think
上级 29fb9cc9
......@@ -24,7 +24,7 @@
#ifdef _MSC_VER
#define FORCE_INLINE __forceinline
#else
#define FORCE_INLINE __attribute__(always_inline)
#define FORCE_INLINE __attribute__((always_inline))
#endif
#ifdef _MSC_VER
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册