From efd1b888101a4ba1e33e1ade69ca891019276468 Mon Sep 17 00:00:00 2001 From: Tim Angus Date: Tue, 12 Mar 2013 21:50:38 +0000 Subject: Fix some clang warnings --- src/qcommon/q_platform.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/qcommon') 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 '/' -- cgit