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:
fredkiefer 2010-11-03 20:26:30 +00:00
parent 54f345dd83
commit bc53479544
5 changed files with 23 additions and 13 deletions

View file

@ -1997,7 +1997,7 @@ here. */
- (NSRect) firstRectForCharacterRange: (NSRange)theRange
{
unsigned int rectCount = 0;
NSUInteger rectCount = 0;
NSRect *rects;
if (!_layoutManager)