mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-19 04:20:27 +01:00
Fix trivial warnings
* Format string integer size warnings * Missing or non-value returns in non-void functions * A missing #include in WPrefs.app/MouseSettings.c
This commit is contained in:
committed by
Carlos R. Mafra
parent
6b5cfc887a
commit
6082f2d243
@@ -135,7 +135,7 @@ W_SendDnDClientMessage(Display * dpy, Window win, Atom message,
|
||||
#endif
|
||||
|
||||
if (!windowExists(dpy, win)) {
|
||||
wwarning("xdnd message target %d does no longer exist.", win);
|
||||
wwarning("xdnd message target %lu does no longer exist.", win);
|
||||
return False; /* message not sent */
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user