Temporarily disable format for gcc

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36801 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2013-07-02 16:17:54 +00:00
parent 430f70bbe8
commit 305f948150

View file

@ -388,7 +388,8 @@ static inline void gs_consumed(id NS_CONSUMED GS_UNUSED_ARG o) { return; }
# define NS_FORMAT_ARGUMENT(F,A)
#endif
#if __GNUC__*10+__GNUC_MINOR__ >= 42
// FIXME ... what version of gcc?
#if __clang__
# define NS_FORMAT_FUNCTION(F,A) __attribute__((format(__NSString__, F, A)))
#else
# define NS_FORMAT_FUNCTION(F,A)