diff options
author | Marcel Raad <Marcel.Raad@teamviewer.com> | 2020-07-02 13:23:31 +0200 |
---|---|---|
committer | Marcel Raad <Marcel.Raad@teamviewer.com> | 2020-07-02 13:31:22 +0200 |
commit | 19b96ba38501fd816930546cb26d55b6f31aa26f (patch) | |
tree | 4ddce3062f59cc59f12b2c10015163303e947c72 /tests/data/test904 | |
parent | 01afe4e1af4de7f85d8ad7757bed6bd0c5b6b754 (diff) | |
download | curl-19b96ba38501fd816930546cb26d55b6f31aa26f.tar.gz |
url: silence MSVC warning
Since commit f3d501dc678, if proxy support is disabled, MSVC warns:
url.c : warning C4701: potentially uninitialized local variable
'hostaddr' used
url.c : error C4703: potentially uninitialized local pointer variable
'hostaddr' used
That could actually only happen if both `conn->bits.proxy` and
`CURL_DISABLE_PROXY` were enabled.
Initialize it to NULL to silence the warning.
Closes https://github.com/curl/curl/pull/5638
Diffstat (limited to 'tests/data/test904')
0 files changed, 0 insertions, 0 deletions