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:
CaS 2001-03-03 14:49:11 +00:00
parent 46c331e3e4
commit b5ae7184db
9 changed files with 21 additions and 21 deletions

View file

@ -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)