From 309ca32e5233ac328862b812bd477d171b44f810 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Pierre=20Andr=C3=A9?= Date: Tue, 8 Feb 2011 13:52:13 +0100 Subject: [PATCH] Silenced warning for function with no return --- ntfsprogs/ntfsfix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntfsprogs/ntfsfix.c b/ntfsprogs/ntfsfix.c index aeb6124e..bbcaa39e 100644 --- a/ntfsprogs/ntfsfix.c +++ b/ntfsprogs/ntfsfix.c @@ -99,7 +99,7 @@ static struct { * usage */ __attribute__((noreturn)) -static int usage(void) +static void usage(void) { ntfs_log_info("%s v%s (libntfs-3g)\n" "\n"