From c8cd13d8e9853752de5756ab42a98e2d0baff0a9 Mon Sep 17 00:00:00 2001 From: Flavio Cruz Date: Wed, 4 Jan 2023 00:30:28 -0500 Subject: Fix ddb warnings introduced with -Wstrict-prototypes Changed some ddb command functions to have the expected signature but not all of them due to the being difficult to inter-dependency between header files (for those just used cast). Message-Id: --- ddb/db_cond.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'ddb/db_cond.c') diff --git a/ddb/db_cond.c b/ddb/db_cond.c index 31e1d241..8f0c8b30 100644 --- a/ddb/db_cond.c +++ b/ddb/db_cond.c @@ -121,7 +121,11 @@ db_cond_print(bkpt) } void -db_cond_cmd(void) +db_cond_cmd( + db_expr_t, + boolean_t, + db_expr_t, + const char *) { int c; struct db_cond *cp; -- cgit v1.2.3