Tidied for gcc-3.4

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@15476 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-Macdonald 2003-01-03 20:14:47 +00:00
parent 89c0d389fd
commit 9e7fe6bf12
50 changed files with 2888 additions and 1775 deletions

View file

@ -798,7 +798,7 @@ OAppend(id obj, NSDictionary *loc, unsigned lev, unsigned step,
unsigned c,d, stride;
BOOL found;
NSComparisonResult (*comp)(id, SEL, id) = 0;
int count = numKeys;
unsigned int count = numKeys;
#ifdef GSWARN
BOOL badComparison = NO;
#endif