]> granicus.if.org Git - curl/commit
hostip: fix unused variable warning
authorMarcel Raad <Marcel.Raad@teamviewer.com>
Thu, 2 Aug 2018 06:24:27 +0000 (08:24 +0200)
committerMarcel Raad <Marcel.Raad@teamviewer.com>
Thu, 2 Aug 2018 06:24:27 +0000 (08:24 +0200)
commit81be254870b23d7f276e9a7111ee38c89de7606e
tree24d111d32c7590a0a3ee79db80f154a27141ebd4
parentb7bdf2100e13d3704070b0d1f715851bbdff31da
hostip: fix unused variable warning

addresses is only used in an infof call, which is a macro expanding to
nothing if CURL_DISABLE_VERBOSE_STRINGS is set.
lib/hostip.c