summaryrefslogtreecommitdiff
path: root/src/tool_msgs.c
diff options
context:
space:
mode:
authorViktor Szakats <commit@vsz.me>2020-10-12 10:18:53 +0000
committerViktor Szakats <commit@vsz.me>2020-10-12 10:18:53 +0000
commitd707a9fa6477d6d1ac06b0e630b0970fe549adad (patch)
tree5ad4dbef02f276ff211dcea47043eec59da4ae60 /src/tool_msgs.c
parentc8ca70547472b9af29e6deb426d46afb2c58ae99 (diff)
downloadcurl-d707a9fa6477d6d1ac06b0e630b0970fe549adad.tar.gz
windows: fix comparison of mismatched types warning
clang 10, mingw-w64: ``` vtls/openssl.c:2917:33: warning: comparison of integers of different signs: 'DWORD' (aka 'unsigned long') and 'HRESULT' (aka 'long') [-Wsign-compare] if(GetLastError() != CRYPT_E_NOT_FOUND) ~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~ ``` Approved-by: Daniel Stenberg Closes #6062
Diffstat (limited to 'src/tool_msgs.c')
0 files changed, 0 insertions, 0 deletions