mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
avoid a few warnings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@34665 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d3b4830a65
commit
8e79a9764f
6 changed files with 67 additions and 44 deletions
|
@ -594,6 +594,7 @@ static NSAffineTransformStruct identityTransform = {
|
|||
if ([aCoder allowsKeyedCoding])
|
||||
{
|
||||
// FIXME
|
||||
return [self notImplemented: _cmd];
|
||||
/*
|
||||
NSData *data = [aCoder decodeObjectForKey: @"NSTransformStruct"];
|
||||
unsigned int cursor = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue