From 0209b2c932994e9ca55d39d98a83ea02aacd1332 Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Sat, 18 Mar 2023 23:18:11 -0400 Subject: Modernize code by removing use of old style definitions. Also add -Werror=old-style-definition to enforce new code. Message-Id: --- libdiskfs/remount.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libdiskfs/remount.c') diff --git a/libdiskfs/remount.c b/libdiskfs/remount.c index 1ed622f2..7e632ba3 100644 --- a/libdiskfs/remount.c +++ b/libdiskfs/remount.c @@ -26,7 +26,7 @@ DISKFS_READONLY is true. DISKFS_FSYS_LOCK should be held while calling this routine. */ error_t -diskfs_remount () +diskfs_remount (void) { error_t err; -- cgit v1.2.3