From c5134c7759b7a3f0c4ed0b57a1ab8e49666ee4b6 Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Thu, 19 Jan 2023 14:22:31 -0500 Subject: Remove existing old style definitions and use -Wold-style-definition. Message-Id: --- ddb/db_expr.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'ddb/db_expr.c') diff --git a/ddb/db_expr.c b/ddb/db_expr.c index 9e20a840..90edb6fb 100644 --- a/ddb/db_expr.c +++ b/ddb/db_expr.c @@ -92,10 +92,7 @@ db_term(db_expr_t *valuep) } int -db_size_option(modif, u_option, t_option) - const char *modif; - boolean_t *u_option; - boolean_t *t_option; +db_size_option(const char *modif, boolean_t *u_option, boolean_t *t_option) { const char *p; int size = sizeof(int); -- cgit v1.2.3