mirror of
https://github.com/gnustep/libs-back.git
synced 2025-04-22 23:42:16 +00:00
Removed compiler warnigns from GCC 3.3
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/back/trunk@16947 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
5102101309
commit
ca0ae2054a
1 changed files with 34 additions and 0 deletions
34
ChangeLog
34
ChangeLog
|
@ -1,3 +1,37 @@
|
|||
2003-06-17 Fred Kiefer <FredKiefer@gmx.de>
|
||||
|
||||
* Source/gsc/GSStreamContext.m (GSShowGlyphs::, output:length:)
|
||||
Removed compiler warnings about signed/unsigned comparision.
|
||||
Declared the extension method [GSFontInfo nameOfGlyph:].
|
||||
In [NSDrawBitmap:::::::::::] initiliale variable alpha to stop the
|
||||
compiler from complaining.
|
||||
* Source/x11/xdnd.c (xdnd_is_dnd_aware(), xdnd_get_type_list)
|
||||
Removed compiler warnings about signed/unsigned comparision.
|
||||
* Header/x11/XGGeneric.h
|
||||
Made ivar focusRequestNumber unsigned.
|
||||
* Source/x11/XGServerEvent.m (receivedEvent:type:extra:forMode:)
|
||||
Removed compiler warnings about signed/unsigned comparision.
|
||||
[receivedEvent:type:extra:forMode:] initialiase deltaY in all
|
||||
cases.
|
||||
* Source/x11/XGServerWindow.m (PropGetCheckProperty(),
|
||||
_setupRootWindow, windowdevice:, setwindowlevel::, imagecursor::::::)
|
||||
Removed compiler warnings about signed/unsigned comparision.
|
||||
Adopted to changes in GSDisplayServer.h.
|
||||
* Source/x11/XGDragView.m (_handleEventDuringDragging:,
|
||||
_updateAndMoveImageToCorrectPosition, _xWindowAcceptingDnDunderX:Y:,
|
||||
_xWindowAcceptingDnDDescendentOf:underX:Y:)
|
||||
Removed compiler warnings about signed/unsigned comparision.
|
||||
* Source/xlib/XGGState.m (_doComplexPath:::)
|
||||
Removed compiler warnings about signed/unsigned comparision.
|
||||
* Source/xlib/GSXftFontInfo.m (setupAttributes)
|
||||
Removed compiler warnings about unused variable.
|
||||
* Source/win32/WIN32Server.m
|
||||
Adopted to changes in GSDisplayServer.h.
|
||||
windowStyleForGSStyle() changed parameter style to unsigned.
|
||||
* Tools/xpbs.m
|
||||
Removed include for file GSPasteboardServer.h to remove some
|
||||
compiler warnings.
|
||||
|
||||
2003-06-12 21:44 Alexander Malmberg <alexander@malmberg.org>
|
||||
|
||||
* Source/art/ftfont.m: Handle 2.0.* correctly in the freetype
|
||||
|
|
Loading…
Reference in a new issue