On Mon, 7 Aug 2023 14:10:09 GMT, Kevin Rushforth <[email protected]> wrote:
>> modules/javafx.graphics/src/main/native-glass/mac/a11y/AccessibleBase.m line >> 174: >> >>> 172: jobject jresult = NULL; >>> 173: GET_MAIN_JENV; >>> 174: if (env == NULL) return NULL; >> >> This generates a warning: >> `warning: incompatible pointer to integer conversion returning 'void *' from >> a function with result type 'BOOL' (aka 'signed char') [-Wint-conversion]` > > Good catch. This should probably be changed to: `return NO;` Fixed. ------------- PR Review Comment: https://git.openjdk.org/jfx/pull/1184#discussion_r1293844536
