[jdk11u-dev] RFR: 8308286: Fix clang warnings in linux code [v2]
Goetz Lindenmaier
goetz at openjdk.org
Tue Jul 4 06:30:07 UTC 2023
On Fri, 30 Jun 2023 23:07:15 GMT, Artem Semenov <asemenov at openjdk.org> wrote:
>> When using the clang compiler to build OpenJDk on Linux, we encounter various "warnings as errors".
>> They can be fixed with small changes.
>>
>> As in the original patch, I added instructions to the make to suppress the clang compiler warnings.
>>
>> @djelinski please review
>
> Artem Semenov has updated the pull request incrementally with one additional commit since the last revision:
>
> update
Please follow the backporting rules .
https://wiki.openjdk.org/display/JDKUpdates/How+to+contribute+or+backport+a+fix
If this is not a backport, it is not eligible for 11 as it is not a bugfix.
We do not want unnecessary changes in code base to assure easy backporting.
-------------
PR Comment: https://git.openjdk.org/jdk11u-dev/pull/2016#issuecomment-1619578798
More information about the jdk-updates-dev
mailing list