[openssl/openssl] fae5a1: Fix compilation error when using clang-cl 16 or hi...
Anthony Roberts
noreply at github.com
Sun Apr 2 22:21:37 UTC 2023
Branch: refs/heads/master
Home: https://github.com/openssl/openssl
Commit: fae5a15573fb314d0a5bc06f3929fd5ec6ffe5a5
https://github.com/openssl/openssl/commit/fae5a15573fb314d0a5bc06f3929fd5ec6ffe5a5
Author: Anthony Roberts <anthony.roberts at linaro.org>
Date: 2023-04-03 (Mon, 03 Apr 2023)
Changed paths:
M crypto/thread/arch/thread_win.c
Log Message:
-----------
Fix compilation error when using clang-cl 16 or higher
Fixes a "Incompatible function pointer types" error.
In prior versions, this was a warning, but is now an error.
CLA: trivial
Reviewed-by: Tomas Mraz <tomas at openssl.org>
Reviewed-by: Paul Dale <pauli at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/20654)
More information about the openssl-commits
mailing list