Remove some stupid compiler warnings.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30091 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2010-04-06 08:12:47 +00:00
parent 121be97eb5
commit 03cdf3355c
5 changed files with 17 additions and 10 deletions

View file

@ -348,7 +348,7 @@
const float columnMinX = NSMinX([self headerRectOfColumn: _resizedColumn]);
const float columnMinWidth = [column minWidth];
const float columnMaxWidth = [column maxWidth];
float newColumnWidth;
float newColumnWidth = [column width];
float newColumnMaxX;
NSRect oldHighlightRect;
NSRect highlightRect = [self visibleRect];