RFR: 8303764: Turn off -Zc:wchar_t- for Visual C++
Julian Waters
jwaters at openjdk.org
Thu Mar 9 11:18:04 UTC 2023
On Tue, 7 Mar 2023 17:27:56 GMT, Julian Waters <jwaters at openjdk.org> wrote:
> security.cpp contains a few invalid implicit conversions between pointer types that will not fly when the permissive- compiler option is active. Given that permissive- will become the Visual C++ compiler's default mode of operation in the future, it is better to handle this now so future compiler upgrades will not cause issues. Problems here are very easily solved with explicit casts
I'll experiment with switching off -Zc:wchar_t- in this change, will report back on any results
-------------
PR: https://git.openjdk.org/jdk/pull/12907
More information about the security-dev
mailing list