diff options
author | Viktor Szakats <vszakats@users.noreply.github.com> | 2018-06-12 11:23:11 +0000 |
---|---|---|
committer | Viktor Szakats <vszakats@users.noreply.github.com> | 2018-06-12 11:23:11 +0000 |
commit | 819f44dc07b0b60ea6f52478939dac4206b73146 (patch) | |
tree | cc8768ad33c8c50ae15abf402f5d30855c1f91b2 /tests/libtest/lib512.c | |
parent | 9aefbff30d280c60fc9d8cc3e0b2f19fc70a2f28 (diff) |
schannel: avoid incompatible pointer warning
with clang-6.0:
```
vtls/schannel_verify.c: In function 'add_certs_to_store':
vtls/schannel_verify.c:212:30: warning: passing argument 11 of 'CryptQueryObject' from incompatible pointer type [-Wincompatible-pointer-types]
&cert_context)) {
^
In file included from /usr/share/mingw-w64/include/schannel.h:10:0,
from /usr/share/mingw-w64/include/schnlsp.h:9,
from vtls/schannel.h:29,
from vtls/schannel_verify.c:40:
/usr/share/mingw-w64/include/wincrypt.h:4437:26: note: expected 'const void **' but argument is of type 'CERT_CONTEXT ** {aka struct _CERT_CONTEXT **}'
WINIMPM WINBOOL WINAPI CryptQueryObject (DWORD dwObjectType, const void *pvObject, DWORD dwExpectedContentTypeFlags, DWORD dwExpectedFormatTypeFlags, DWORD dwFlags,
^~~~~~~~~~~~~~~~
```
Ref: https://msdn.microsoft.com/library/windows/desktop/aa380264
Closes https://github.com/curl/curl/pull/2648
Diffstat (limited to 'tests/libtest/lib512.c')
0 files changed, 0 insertions, 0 deletions