Silenced warning for function with no return
parent
6b570dfe96
commit
309ca32e52
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue