mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-29 19:57:39 +00:00
A bunch of format string fixes and some casts to force formats
No objections from Fred Kiefer ;) git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@38569 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
18910829e4
commit
6d5a0cc236
11 changed files with 64 additions and 52 deletions
|
@ -1112,7 +1112,7 @@ GSCurrentServer(void)
|
|||
{
|
||||
NSEvent *event = events[i];
|
||||
|
||||
NSLog(@"index %d %@", i, event);
|
||||
NSLog(@"index %lu %@", (unsigned long) i, event);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue