mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:10:38 +00:00
Remove a few compiler warnings.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@31587 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
54f345dd83
commit
bc53479544
5 changed files with 23 additions and 13 deletions
|
@ -1997,7 +1997,7 @@ here. */
|
|||
|
||||
- (NSRect) firstRectForCharacterRange: (NSRange)theRange
|
||||
{
|
||||
unsigned int rectCount = 0;
|
||||
NSUInteger rectCount = 0;
|
||||
NSRect *rects;
|
||||
|
||||
if (!_layoutManager)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue