*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@1517 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1997-03-30 15:55:13 +00:00
parent 4fe9b6717b
commit ae5daabc99
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ extern const char *__progname;
#endif
void warnerr(int doexit, int eval, int doerrno, const char *fmt, va_list ap)
__attribute__ ((noreturn, format (printf, 4, 0)));
__attribute__ ((format (printf, 4, 0)));
void verr(int eval, const char *fmt, va_list ap)
__attribute__ ((noreturn, format (printf, 2, 0)));

View File

@@ -16,7 +16,7 @@ extern const char *__progname;
#endif
void warnerr(int doexit, int eval, int doerrno, const char *fmt, va_list ap)
__attribute__ ((noreturn, format (printf, 4, 0)));
__attribute__ ((format (printf, 4, 0)));
void verr(int eval, const char *fmt, va_list ap)
__attribute__ ((noreturn, format (printf, 2, 0)));