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: --- tmpfs/tmpfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tmpfs/tmpfs.c') diff --git a/tmpfs/tmpfs.c b/tmpfs/tmpfs.c index 28151990..5483ec87 100644 --- a/tmpfs/tmpfs.c +++ b/tmpfs/tmpfs.c @@ -91,7 +91,7 @@ diskfs_sync_everything (int wait) } error_t -diskfs_reload_global_state () +diskfs_reload_global_state (void) { return 0; } -- cgit v1.2.3