1
0
mirror of https://github.com/gryf/wmaker.git synced 2026-06-14 14:25:21 +02: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:
Brad Jorsch
2010-04-08 14:43:49 -04:00
committed by Carlos R. Mafra
parent 6b5cfc887a
commit 6082f2d243
6 changed files with 16 additions and 14 deletions
+1
View File
@@ -25,6 +25,7 @@
#include <X11/Xutil.h>
#include <unistd.h>
#include <math.h>
/* double-click tester */