Fix the remaining compiler warnings.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@35044 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Chisnall 2012-04-07 10:45:30 +00:00
parent 9629278d59
commit e67891b2c2
4 changed files with 21 additions and 15 deletions

View file

@ -668,7 +668,7 @@ static NSAffineTransformStruct identityTransform = {
else
{
// FIXME
NSLog(@"Got data %@ len %d for affine transform", d, length);
NSLog(@"Got data %@ len %d for affine transform", d, (int)length);
return [self notImplemented: _cmd];
}
}