mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
silence more warnings
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@37102 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
805aa3e3c4
commit
04f1819d3c
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-09-17 Riccardo Mottola <rm@gnu.org>
|
||||
|
||||
* Source/NSSplitView.m
|
||||
Silence more warnings.
|
||||
|
||||
2013-09-17 16:36-EDT Gregory John Casamento <greg.casamento@gmail.com>
|
||||
|
||||
* Headers/AppKit/NSWindow.h: Add declaration to remove "attachedSheet"
|
||||
|
|
|
@ -432,6 +432,7 @@ static NSNotificationCenter *nc = nil;
|
|||
}
|
||||
|
||||
/* Silence compiler warnings. */
|
||||
r = NSZeroRect;
|
||||
r1 = NSZeroRect;
|
||||
bigRect = NSZeroRect;
|
||||
|
||||
|
|
Loading…
Reference in a new issue