diff options
author | Tim Angus <tim@ngus.net> | 2013-03-12 21:50:38 +0000 |
---|---|---|
committer | Tim Angus <tim@ngus.net> | 2013-03-19 16:41:19 +0000 |
commit | efd1b888101a4ba1e33e1ade69ca891019276468 (patch) | |
tree | b0f39b271596a5241fd22ab001f83e0a0b5bba98 /src/qcommon/q_platform.h | |
parent | 9ffe36a193581b5bd037cbe829e640cf79be6f9c (diff) |
Fix some clang warnings
Diffstat (limited to 'src/qcommon/q_platform.h')
-rw-r--r-- | src/qcommon/q_platform.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/qcommon/q_platform.h b/src/qcommon/q_platform.h index 03ea6e36..cf3f00f4 100644 --- a/src/qcommon/q_platform.h +++ b/src/qcommon/q_platform.h @@ -180,11 +180,7 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #define OS_STRING "kFreeBSD" #endif -#ifdef __clang__ -#define ID_INLINE static inline -#else #define ID_INLINE inline -#endif #define PATH_SEP '/' |