mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
Tweaks to avoid compiler warnings.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@9284 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
46c331e3e4
commit
b5ae7184db
9 changed files with 21 additions and 21 deletions
|
@ -159,7 +159,7 @@ serializeToInfo(id object, _NSSerializerInfo* info)
|
|||
{
|
||||
[NSException raise: NSInvalidArgumentException
|
||||
format: @"Class (%@) in property list - expected instance",
|
||||
[c description]];
|
||||
[object description]];
|
||||
}
|
||||
c = GSObjCClass(object);
|
||||
if (GSObjCIsKindOf(c, CStringClass)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue