mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 19:50:38 +00:00
Fix all current compiler warnings on FreeBSD/x86-64.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36038 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
14b195c4a0
commit
30eb57e642
41 changed files with 266 additions and 262 deletions
|
@ -911,7 +911,7 @@ static NSImage *unexpandable = nil;
|
|||
/*
|
||||
* Drawing
|
||||
*/
|
||||
- (void) drawRow: (int)rowIndex clipRect: (NSRect)aRect
|
||||
- (void) drawRow: (NSInteger)rowIndex clipRect: (NSRect)aRect
|
||||
{
|
||||
int startingColumn;
|
||||
int endingColumn;
|
||||
|
@ -1533,8 +1533,8 @@ Also returns the child index relative to this parent. */
|
|||
[self _autoloadExpandedItems];
|
||||
}
|
||||
|
||||
- (void) editColumn: (int) columnIndex
|
||||
row: (int) rowIndex
|
||||
- (void) editColumn: (NSInteger) columnIndex
|
||||
row: (NSInteger) rowIndex
|
||||
withEvent: (NSEvent *) theEvent
|
||||
select: (BOOL) flag
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue