diff --git a/ChangeLog b/ChangeLog index 3b09829d9..f5fc4e9a4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2013-09-17 Riccardo Mottola + + * Source/NSSplitView.m + Silence more warnings. + 2013-09-17 16:36-EDT Gregory John Casamento * Headers/AppKit/NSWindow.h: Add declaration to remove "attachedSheet" diff --git a/Source/NSSplitView.m b/Source/NSSplitView.m index e55cf0368..b1e118d73 100644 --- a/Source/NSSplitView.m +++ b/Source/NSSplitView.m @@ -432,6 +432,7 @@ static NSNotificationCenter *nc = nil; } /* Silence compiler warnings. */ + r = NSZeroRect; r1 = NSZeroRect; bigRect = NSZeroRect;