Resolve clang warnings about wrong format specifiers for NSLog.

Patch by Sebastian Reitenbach <sebastia@l00-bugdead-prods.de>


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@36133 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
fredkiefer 2013-02-14 08:58:05 +00:00
parent f6f497fdee
commit 4f21ccbe3d
4 changed files with 14 additions and 6 deletions

View file

@ -105,7 +105,7 @@
{
NSDebugLLog (@"NSDragging",
@"Unexpected event type: %d during slide",
[theEvent type]);
(int)[theEvent type]);
}
}
[NSEvent stopPeriodicEvents];