Started cleanup for gcc 3.3

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16892 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2003-06-08 00:32:06 +00:00
parent be008a93fd
commit 1e087664dd

View file

@ -1,3 +1,22 @@
2003-06-08 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSBitmapImageRep.m
In [initWithBitmapDataPlanes:...bitsPerPixel:],
[getBitmapDataPlanes:] and [copyWithZone:] changed type of i
to unsigned int.
* Source/NSBrowser.m (-setPath:, pathToColumn:, -addColumn):
Removed compiler warning about signed/unsigned comparision.
* Source/NSComboBoxCell.m (-completedString:): ditto.
* Source/NSFontPanel.m (-setPanelFont:isMultiple:,
-_trySelectSize:, -_familySelectionChanged:, -browser:...column:)
: ditto
* Source/NSFontmanager.m (-availableFonts,
-availableFontNamesWithTraits:, -availableMembersOfFontFamily:,
-convertFont:, convertWeight:ofFont:,
-fontWithFamily:traits:weight:size:, -fontNamed:hasTraits:): ditto.
[setSelectedFont:isMultiple:] and [fontMenu:] changed menuItem to
type (id <NSMenuItem>).
2003-06-05 16:42 Alexander Malmberg <alexander@malmberg.org>
* Source/NSMenu.m: Check the types of all defaults values before