aboutsummaryrefslogtreecommitdiff
path: root/curl-config.in
diff options
context:
space:
mode:
authorMarcel Raad <raad@teamviewer.com>2017-04-06 20:04:58 +0200
committerMarcel Raad <raad@teamviewer.com>2017-04-07 08:57:52 +0200
commit33ca733ee2132ab8518f2316f8e4b5629ecedab7 (patch)
tree5bd177e77a072a004cee5cdc786df23db7925d84 /curl-config.in
parent1f152a42ae9c2985b8a0cedf90d3b63b2e64a898 (diff)
schannel: fix compiler warnings
When UNICODE is not defined, the Curl_convert_UTF8_to_tchar macro maps directly to its argument. As it is declared as a pointer to const and InitializeSecurityContext expects a pointer to non-const, both MSVC and MinGW issue a warning about implicitly casting away the const. Fix this by declaring the variables as pointers to non-const. Closes https://github.com/curl/curl/pull/1394
Diffstat (limited to 'curl-config.in')
0 files changed, 0 insertions, 0 deletions