diff options
| author | Colin Percival <cperciva@FreeBSD.org> | 2008-08-04 07:36:53 +0000 |
|---|---|---|
| committer | Colin Percival <cperciva@FreeBSD.org> | 2008-08-04 07:36:53 +0000 |
| commit | 80d61a6a485956740b0c39324e585b88df7ac6b3 (patch) | |
| tree | f2d5ba78a99d7fabf2bae40bbaf4a28792cf2fea /usr.bin/gzip | |
| parent | ff1782127a8e1a4a6c58b6d34c0ac1adab94d854 (diff) | |
Notes
Diffstat (limited to 'usr.bin/gzip')
| -rw-r--r-- | usr.bin/gzip/gzip.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/gzip/gzip.c b/usr.bin/gzip/gzip.c index 67b40cec43a5..5a8e388796de 100644 --- a/usr.bin/gzip/gzip.c +++ b/usr.bin/gzip/gzip.c @@ -195,10 +195,10 @@ static int exit_value = 0; /* exit value */ static char *infile; /* name of file coming in */ -static void maybe_err(const char *fmt, ...) +static void maybe_err(const char *fmt, ...) __dead2 __attribute__((__format__(__printf__, 1, 2))); #ifndef NO_BZIP2_SUPPORT -static void maybe_errx(const char *fmt, ...) +static void maybe_errx(const char *fmt, ...) __dead2 __attribute__((__format__(__printf__, 1, 2))); #endif static void maybe_warn(const char *fmt, ...) |
