From: Wouter Wijngaards Date: Mon, 24 Jul 2017 09:30:12 +0000 (+0000) Subject: - remove warning from windows compile. X-Git-Tag: release-1.6.6rc1~51 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62e88b46cc534dedc8efee638d13e52d9b693833;p=thirdparty%2Funbound.git - remove warning from windows compile. git-svn-id: file:///svn/unbound/trunk@4280 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/daemon/unbound.c b/daemon/unbound.c index 6424a4231..9950dee94 100644 --- a/daemon/unbound.c +++ b/daemon/unbound.c @@ -484,6 +484,7 @@ perform_setup(struct daemon* daemon, struct config_file* cfg, int debug_mode, } #else (void)daemon; + (void)need_pidfile; #endif /* HAVE_KILL */ /* Set user context */ diff --git a/doc/Changelog b/doc/Changelog index fe65b05c2..13ea25647 100644 --- a/doc/Changelog +++ b/doc/Changelog @@ -6,6 +6,7 @@ - snprintf of thread number does not warn about truncated string. - squelch TCP fast open error on FreeBSD when kernel has it disabled, unless verbosity is high. + - remove warning from windows compile. 17 July 2017: Wouter - Fix #1350: make cachedb backend configurable (from JINMEI Tatuya).