RFR: 8339364: AIX build fails: various unused variable and function warnings [v2]
Matthias Baesken
mbaesken at openjdk.org
Mon Sep 2 13:25:51 UTC 2024
On Mon, 2 Sep 2024 12:17:57 GMT, Christoph Langer <clanger at openjdk.org> wrote:
>> Matthias Baesken has updated the pull request incrementally with one additional commit since the last revision:
>>
>> adjust indentation in X11Color.c
>
> src/java.desktop/unix/native/common/awt/X11Color.c line 1236:
>
>> 1234: for (int i = 0; i < num_colors; i++)
>> 1235: alloc_col (awt_display, awtData->awt_cmap, red (rgbColors [i]),
>> 1236: green (rgbColors [i]), blue (rgbColors [i]), -1,
>
> Seems like indentation here could be improved a bit.
Agree, I adjust this in another commit.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/20812#discussion_r1740919406
More information about the core-libs-dev
mailing list