RFR: 8308286 Fix clang warnings in linux code [v5]
Artem Semenov
asemenov at openjdk.org
Thu Jun 22 09:13:24 UTC 2023
On Wed, 21 Jun 2023 07:35:16 GMT, Daniel Jeliński <djelinski at openjdk.org> wrote:
>> Artem Semenov has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains five commits:
>>
>> - update
>> - update
>> - update
>> - update
>> - 8308286 Fix clang warnings in linux code
>
> make/modules/java.desktop/lib/Awt2dLibraries.gmk line 235:
>
>> 233: DISABLED_WARNINGS_gcc := int-to-pointer-cast, \
>> 234: DISABLED_WARNINGS_gcc_awt_Taskbar.c := parentheses, \
>> 235: DISABLED_WARNINGS_clang_awt_Taskbar.c := parentheses, \
>
> please group the disabled warnings by compiler (gcc, then clang, then clang_aix)
Done
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/14033#discussion_r1238236415
More information about the serviceability-dev
mailing list