Fix some clang warnings

This commit is contained in:
Tim Angus 2013-03-12 21:50:38 +00:00
parent a2dc160359
commit dfbad1360f
4 changed files with 3 additions and 8 deletions

View file

@ -179,11 +179,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 '/'