Silenced warning for function with no return

edge.strict_endians
Jean-Pierre André 2011-02-08 13:52:13 +01:00
parent 6b570dfe96
commit 309ca32e52
1 changed files with 1 additions and 1 deletions

View File

@ -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"