From bdd245ff7d5a1caae9c8e3e66d425a65ba49351d Mon Sep 17 00:00:00 2001 From: Florian Obser Date: Fri, 20 Mar 2020 11:44:38 +0100 Subject: [PATCH] Make log_ident_revert_to_default() a proper prototype. Pointed out by clang with -Wstrict-prototypes. --- util/log.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/log.h b/util/log.h index 098a850a5..29a1ba380 100644 --- a/util/log.h +++ b/util/log.h @@ -121,7 +121,7 @@ void log_ident_set_default(const char* id); /** * Revert identity to print, back to the recorded default value. */ -void log_ident_revert_to_default(); +void log_ident_revert_to_default(void); /** * Set identity to print if there is an identity, otherwise -- 2.47.2