tweaks for clang static analyser warningS

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@32048 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
rfm 2011-02-11 09:02:33 +00:00
parent d6502819c8
commit 53e8554a8c
6 changed files with 34 additions and 19 deletions

View file

@ -261,8 +261,7 @@ static Class concreteClass = Nil;
[a addObject: (id)_contents[i]];
}
}
[a makeImmutableCopyOnFail: NO];
return a;
return [a makeImmutableCopyOnFail: NO];
}
}