]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- remove warning from windows compile.
authorWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 24 Jul 2017 09:30:12 +0000 (09:30 +0000)
committerWouter Wijngaards <wouter@nlnetlabs.nl>
Mon, 24 Jul 2017 09:30:12 +0000 (09:30 +0000)
git-svn-id: file:///svn/unbound/trunk@4280 be551aaa-1e26-0410-a405-d3ace91eadb9

daemon/unbound.c
doc/Changelog

index 6424a4231f8db16f7c98344f92ee723c97a9494a..9950dee9430ad89ddeab7da08a8db5f646725353 100644 (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 */
index fe65b05c2a3183848aa1b1811233d239203e462f..13ea25647cd4a5871d7af76c9972500fbd3db66c 100644 (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).