]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix compile warning for windows compile.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 29 Jun 2022 10:00:44 +0000 (12:00 +0200)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 29 Jun 2022 10:00:44 +0000 (12:00 +0200)
doc/Changelog
smallapp/unbound-control.c

index ac8fd20347b8f9422d034d19bbf1698eedf29487..17fa4bacc64f24bd31a44b0640553ff9dbb1df46 100644 (file)
@@ -1,6 +1,7 @@
 29 June 2022: Wouter
        - iana portlist update.
        - Fix detection of libz on windows compile with static option.
+       - Fix compile warning for windows compile.
 
 29 June 2022: George
        - Add debug option to the mini_tdir.sh test code.
index d85eee3a4c1ba384cffe9924c82c9245c10bd0d6..d473702c441eb966813b6aa95db4cab0fc332a7d 100644 (file)
@@ -487,6 +487,7 @@ static void print_stats_shm(const char* cfgfile, int quiet)
        config_delete(cfg);
 #else
        (void)cfgfile;
+       (void)quiet;
 #endif /* HAVE_SHMGET */
 }