From baf4cd8e735c0d427c04134c75ca923b95a9e3da Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Sun, 29 Jun 2003 19:41:14 +0000 Subject: [PATCH] * cli/cli-logging.c (pop_output_files): Add void to function definition. --- gdb/ChangeLog | 5 +++++ gdb/cli/cli-logging.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 63a6e85118..def622ee16 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2003-06-29 Daniel Jacobowitz + + * cli/cli-logging.c (pop_output_files): Add void to function + definition. + 2003-06-29 Andrew Cagney * frame.c (frame_register_unwind): Use unsigned char when dumping diff --git a/gdb/cli/cli-logging.c b/gdb/cli/cli-logging.c index 67ec672931..db34b0d9c0 100644 --- a/gdb/cli/cli-logging.c +++ b/gdb/cli/cli-logging.c @@ -43,7 +43,7 @@ int logging_overwrite, logging_redirect; /* If we've pushed output files, close them and pop them. */ static void -pop_output_files () +pop_output_files (void) { /* Only delete one of the files -- they are all set to the same value. */ -- 2.11.0