mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:00:37 +00:00
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:
parent
f6f497fdee
commit
4f21ccbe3d
4 changed files with 14 additions and 6 deletions
|
@ -105,7 +105,7 @@
|
|||
{
|
||||
NSDebugLLog (@"NSDragging",
|
||||
@"Unexpected event type: %d during slide",
|
||||
[theEvent type]);
|
||||
(int)[theEvent type]);
|
||||
}
|
||||
}
|
||||
[NSEvent stopPeriodicEvents];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue