mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 01: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
fe0444e231
commit
4850a9feac
41 changed files with 266 additions and 262 deletions
|
@ -3208,7 +3208,7 @@ forStartingGlyphAtIndex: (NSUInteger)glyph
|
|||
len = glyph - gpos + length;
|
||||
if (len < 0)
|
||||
{
|
||||
NSLog(@"Insert %d glyphs at %d for index %d", length, glyph, index);
|
||||
NSLog(@"Insert %d glyphs at %d for index %d", (int)length, (int)glyph, (int)index);
|
||||
NSLog(@"Found gpos %d cpos %d len %d", gpos, cpos, len);
|
||||
[NSException raise: NSRangeException
|
||||
format: @"%s glyph index out of range", __PRETTY_FUNCTION__];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue