]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
daemon/network: avoid unused functions and variables
authorTomas Krizek <tomas.krizek@nic.cz>
Mon, 18 Feb 2019 13:10:11 +0000 (14:10 +0100)
committerVladimír Čunát <vladimir.cunat@nic.cz>
Fri, 22 Feb 2019 09:36:54 +0000 (10:36 +0100)
commiteae04d899a23eaef780fe140c02bdf8c8dc69cff
tree85c8ed062a2a5c12ccf9a328d26d25beb5c1c195
parente2d602d3740138c137eb34c7b873c89f886285b4
daemon/network: avoid unused functions and variables

Make sure gcc doesn't produce unused func/var warnings when using
optional compilation. This fixes three such issues on CentOS 7.
daemon/network.c
daemon/tls.c