mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 20: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
|
@ -474,8 +474,8 @@ static NSNotificationCenter *nc;
|
|||
}
|
||||
|
||||
- (void) setFloatingPointFormat: (BOOL)autoRange
|
||||
left: (unsigned)leftDigits
|
||||
right: (unsigned)rightDigits
|
||||
left: (NSUInteger)leftDigits
|
||||
right: (NSUInteger)rightDigits
|
||||
{
|
||||
[self abortEditing];
|
||||
|
||||
|
@ -762,7 +762,7 @@ static NSNotificationCenter *nc;
|
|||
return NO;
|
||||
}
|
||||
|
||||
- (int) sendActionOn: (int)mask
|
||||
- (NSInteger) sendActionOn: (NSInteger)mask
|
||||
{
|
||||
return [_cell sendActionOn: mask];
|
||||
}
|
||||
|
@ -971,7 +971,7 @@ static NSNotificationCenter *nc;
|
|||
the NSCell-trackMouse:inRect:ofView:untilMouseUp: method.</p>
|
||||
<p>This is a NeXTStep 3.3 method, no longer officially supported.</p>
|
||||
*/
|
||||
- (int) mouseDownFlags
|
||||
- (NSInteger) mouseDownFlags
|
||||
{
|
||||
return [[self selectedCell] mouseDownFlags];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue