mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:20:38 +00:00
Fixed compiler warning
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15774 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
c11218da2c
commit
cb07412522
5 changed files with 6 additions and 5 deletions
|
@ -432,7 +432,7 @@ static Class NSImageRep_class = NULL;
|
|||
{
|
||||
BOOL ok, reset;
|
||||
NSGraphicsContext *ctxt;
|
||||
NSAffineTransform *ctm;
|
||||
NSAffineTransform *ctm = nil;
|
||||
|
||||
if (_size.width == 0 && _size.height == 0)
|
||||
return NO;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue