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: --- utils/storeinfo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/storeinfo.c') diff --git a/utils/storeinfo.c b/utils/storeinfo.c index 8a9567e0..c837f5d6 100644 --- a/utils/storeinfo.c +++ b/utils/storeinfo.c @@ -81,7 +81,7 @@ print_store (struct store *store, int level, unsigned what) int i; int first = 1; - void psep () + void psep (void) { if (first) first = 0; -- cgit v1.2.3