mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 12:16:40 +00:00
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:
parent
d6502819c8
commit
53e8554a8c
6 changed files with 34 additions and 19 deletions
|
@ -261,8 +261,7 @@ static Class concreteClass = Nil;
|
|||
[a addObject: (id)_contents[i]];
|
||||
}
|
||||
}
|
||||
[a makeImmutableCopyOnFail: NO];
|
||||
return a;
|
||||
return [a makeImmutableCopyOnFail: NO];
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue