RFR: 8310847: [Mac] Silence OpenGL deprecation warnings [v2]

Ambarish Rapte arapte at openjdk.org
Fri Jul 14 11:22:11 UTC 2023


On Wed, 28 Jun 2023 18:23:18 GMT, Martin Fox <duke at openjdk.org> wrote:

>> The Mac build issues a lot of warnings including several related to the deprecation of OpenGL in macOS 10.14. Now that the deployment target for JavaFX is 11.0 across the board these warnings are showing up on both M1 and Intel builds. Luckily Apple provides a simply way to silence these warnings by setting a single C preprocessor define.
>
> Martin Fox has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Replaced deprecated constant

Change looks good.

-------------

Marked as reviewed by arapte (Reviewer).

PR Review: https://git.openjdk.org/jfx/pull/1161#pullrequestreview-1530117368


More information about the openjfx-dev mailing list