]> git.ipfire.org Git - thirdparty/unbound.git/commit
add void to log_ident_revert_to_default declaration 930/head
authorStuart Henderson <sthen@users.noreply.github.com>
Tue, 5 Sep 2023 14:28:06 +0000 (14:28 +0000)
committerGitHub <noreply@github.com>
Tue, 5 Sep 2023 14:28:06 +0000 (14:28 +0000)
commited0012986648bf6c4a629586329033629ee28b06
tree8dc5882cf6417baa384336e2bde830721a4f0b04
parent10843805ac37002f1d9293c9835a3e68e41d392d
add void to log_ident_revert_to_default declaration

Avoid warning from LLVM 16:

util_log.c:190:33: warning: a function declaration without a prototype is deprecated in all versions of C
[-Wstrict-prototypes]
void log_ident_revert_to_default()
                                ^
                                 void
util/log.c