Kill lots of warnings in DtSvc.

This commit is contained in:
Pascal Stumpf
2013-07-21 22:55:09 +02:00
committed by Jon Trulson
parent 0d7568e843
commit 8f98ac92cd
42 changed files with 275 additions and 185 deletions

View File

@@ -45,6 +45,8 @@
#include <X11/Xlib.h>
#include <X11/Xlibint.h>
#include <Dt/UserMsg.h>
int
_DtPrintDefaultError(
Display *dpy,
@@ -52,6 +54,7 @@ _DtPrintDefaultError(
char *msg )
{
_DtPrintDefaultErrorSafe(dpy, event, msg, BUFSIZ);
/* XXX retval? */
}
#define _DTP_STRNCAT(s1, s2, nb, ec) \