Tweaks for building with clang

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@29254 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2010-01-10 14:38:16 +00:00
parent cc9250b32e
commit 072c124d08
24 changed files with 106 additions and 54 deletions

View file

@ -503,7 +503,7 @@ initDeserializerInfo(_NSDeserializerInfo* info, NSData *d, unsigned *c, BOOL m)
*c += 9;
(*info->debImp)(d, debSel, &u, 1, c);
NSLog(@"Serialised data version %d not supported ..."
@" try another version of GNUstep");
@" try another version of GNUstep", u);
return NO;
}
}