mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
more static analyser fixups
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36843 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
f8a14cae14
commit
f7182588d0
5 changed files with 34 additions and 12 deletions
|
@ -76,7 +76,11 @@ next_arg(const char *typePtr, NSArgumentInfo *info, char *outTypes)
|
|||
BOOL flag;
|
||||
BOOL negative = NO;
|
||||
|
||||
if (info == 0)
|
||||
if (0 == typePtr)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
if (0 == info)
|
||||
{
|
||||
info = &local;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue