added __attribute__ ((format (printf)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1707 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -57,6 +57,15 @@ childhandler (int sig)
|
||||
SIGRETURN(0);
|
||||
}
|
||||
|
||||
static void
|
||||
fatal(int, des_cblock *, des_key_schedule,
|
||||
struct sockaddr_in *, struct sockaddr_in *,
|
||||
char *format, ...)
|
||||
#ifdef __GNUC__
|
||||
__attribute__ ((format (printf, 6, 7)))
|
||||
#endif
|
||||
;
|
||||
|
||||
static void
|
||||
fatal (int fd, des_cblock *key, des_key_schedule schedule,
|
||||
struct sockaddr_in *thisaddr,
|
||||
|
Reference in New Issue
Block a user