mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-23 16:20:26 -05:00
- Fix compile warning for windows compile.
This commit is contained in:
parent
203f606c38
commit
c8add463c4
2 changed files with 2 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
29 June 2022: Wouter
|
29 June 2022: Wouter
|
||||||
- iana portlist update.
|
- iana portlist update.
|
||||||
- Fix detection of libz on windows compile with static option.
|
- Fix detection of libz on windows compile with static option.
|
||||||
|
- Fix compile warning for windows compile.
|
||||||
|
|
||||||
29 June 2022: George
|
29 June 2022: George
|
||||||
- Add debug option to the mini_tdir.sh test code.
|
- Add debug option to the mini_tdir.sh test code.
|
||||||
|
|
|
||||||
|
|
@ -487,6 +487,7 @@ static void print_stats_shm(const char* cfgfile, int quiet)
|
||||||
config_delete(cfg);
|
config_delete(cfg);
|
||||||
#else
|
#else
|
||||||
(void)cfgfile;
|
(void)cfgfile;
|
||||||
|
(void)quiet;
|
||||||
#endif /* HAVE_SHMGET */
|
#endif /* HAVE_SHMGET */
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue