An error occurred while fetching the assigned milestone of the selected merge_request.
windows: Avoid -Wint-conversion errors
All threads resolved!
All threads resolved!
Clang 15 made "incompatible pointer to integer conversion" an error instead of a plain warning. This fixes errors like these:
system/keys-win.c:257:13: error: incompatible pointer to integer conversion initializing 'HCRYPTHASH' (aka 'unsigned long') with an expression of type 'void *' [-Wint-conversion]
HCRYPTHASH hHash = NULL;
^ ~~~~
Merge request reports
Activity
- Resolved by Martin Storsjö
@mstorsjo the change itself looks good to me, though the commit is based on an old revision from 1.5 years ago. Could you rebase it?
added 691 commits
-
2cfd35c2...1ec2ec20 - 690 commits from branch
gnutls:master
- 88d79b96 - windows: Avoid -Wint-conversion errors
-
2cfd35c2...1ec2ec20 - 690 commits from branch
enabled an automatic merge when the pipeline for 88d79b96 succeeds
mentioned in commit 5acc719e
Please register or sign in to reply