RFR: 8377185: [iOS] Native code compiler warnings and error building libprism_es2
Johan Vos
jvos at openjdk.org
Mon Feb 9 21:47:29 UTC 2026
On Thu, 5 Feb 2026 14:08:17 GMT, Jose Pereda <jpereda at openjdk.org> wrote:
> This PR fixes the errors and some warnings that are thrown when building prism_es2 for iOS using clang.
modules/javafx.graphics/src/main/native-prism-es2/ios/ios-window-system.h line 31:
> 29: #import <jni.h>
> 30:
> 31: #ifndef jlong_to_ptr
Probably better to completely remove these definitions here.
-------------
PR Review Comment: https://git.openjdk.org/jfx/pull/2064#discussion_r2774607415
More information about the openjfx-dev
mailing list