mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 00:11:26 +00:00
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:
parent
9629278d59
commit
e67891b2c2
4 changed files with 21 additions and 15 deletions
|
@ -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];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue