From 93d6513d9315fa72d7af4ac2435f8c1e243273cb Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Thu, 6 Apr 2000 08:06:36 +0000 Subject: Some more minor updates to better use some gcc attributes. -Erik --- coreutils/tail.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'coreutils') diff --git a/coreutils/tail.c b/coreutils/tail.c index 5e05fe8..315eee1 100644 --- a/coreutils/tail.c +++ b/coreutils/tail.c @@ -445,6 +445,8 @@ extern int tail_main(int argc, char **argv) static void detailed_error(int i, int errnum, char *fmt, ...) + __attribute__ ((format (printf, 3, 4))); +static void detailed_error(int i, int errnum, char *fmt, ...) { va_list arguments; -- cgit v1.1