On Wed, 7 May 2025 06:08:46 GMT, Lukasz Kostyra <lkost...@openjdk.org> wrote:
>> Thiago Milczarek Sayao has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Review fixes > > modules/javafx.graphics/src/main/native-glass/gtk/glass_general.h line 244: > >> 242: >> 243: #ifdef VERBOSE >> 244: #define LOG(msg, ...) { printf(msg, ##__VA_ARGS__); fflush(stdout); } > > This needs its empty/noop variant in the #else block as well, otherwise build > will break on Release Fixed ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1789#discussion_r2077218714