- remove warning from windows compile.

git-svn-id: file:///svn/unbound/trunk@4280 be551aaa-1e26-0410-a405-d3ace91eadb9
This commit is contained in:
Wouter Wijngaards 2017-07-24 09:30:12 +00:00
parent 7f6827aaae
commit 62e88b46cc
2 changed files with 2 additions and 0 deletions

View file

@ -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 */

View file

@ -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).