Fix a some more linux/GCC specific warnings

This commit is contained in:
jp9000
2014-02-14 15:56:01 -07:00
parent 966b943d5b
commit 8b8217f68e
8 changed files with 30 additions and 10 deletions

View File

@@ -26,7 +26,7 @@
#ifdef _MSC_VER
#define FORCE_INLINE __forceinline
#else
#define FORCE_INLINE __attribute__((always_inline))
#define FORCE_INLINE inline __attribute__((always_inline))
#endif
#ifdef _MSC_VER