RFR: 8278021: Fix warnings in macOS glass native code and treat warnings as errors [v4]
Martin Fox
mfox at openjdk.org
Fri Feb 2 22:26:06 UTC 2024
On Fri, 2 Feb 2024 22:17:15 GMT, Kevin Rushforth <kcr at openjdk.org> wrote:
> No, we're not. The `@available` generates a runtime check so that code is executed only if the runtime platform is macOS 14.x or later.
Right, forgot about the other `@available` check.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/687#issuecomment-1924791132
More information about the openjfx-dev
mailing list