dtscreen: Resolve (all) 11 warnigns caused by -Wall

This commit is contained in:
Peter Howkins
2012-11-16 15:57:36 +00:00
parent a67b65198d
commit b556633eca
6 changed files with 14 additions and 12 deletions

View File

@@ -41,6 +41,8 @@
#include <X11/Xutil.h>
#include <X11/Xos.h>
#include <Dt/Dt.h>
#define MAXSCREENS 3
#define NUMCOLORS 64
@@ -74,6 +76,7 @@ extern void (*callback) ();
extern void (*init) ();
extern void GetResources();
extern void CheckResources();
extern void hsbramp();
extern void error();
extern long seconds();