diff options
| author | Kris Kennaway <kris@FreeBSD.org> | 2002-02-04 01:07:07 +0000 |
|---|---|---|
| committer | Kris Kennaway <kris@FreeBSD.org> | 2002-02-04 01:07:07 +0000 |
| commit | 7cbc81e6a1be0d1caa8ea4da7c0cd4e6f13d3dd0 (patch) | |
| tree | 28a214354e5aec4722b77e041a628f5aaf6b2307 /bin | |
| parent | 21e5d74291114d2964649538df50e832f2bdf21d (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/test/test.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/test/test.c b/bin/test/test.c index bf33ac2f61d4..caeb79809ee7 100644 --- a/bin/test/test.c +++ b/bin/test/test.c @@ -34,7 +34,8 @@ static const char rcsid[] = #else #include <locale.h> -static void error(const char *, ...) __attribute__((__noreturn__)); +static void error(const char *, ...) __attribute__((__noreturn__)) + __printflike(1, 2); static void error(const char *msg, ...) |
