Integrated: 8310847: [Mac] Silence OpenGL deprecation warnings
Martin Fox
duke at openjdk.org
Fri Jul 14 14:27:07 UTC 2023
On Sat, 24 Jun 2023 17:53:31 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.
This pull request has now been integrated.
Changeset: 440ce43e
Author: Martin Fox <martin at nlazyt.com>
Committer: Kevin Rushforth <kcr at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/440ce43e8d45c781e65d0e8527d084e7d628f4a6
Stats: 3 lines in 2 files changed: 1 ins; 0 del; 2 mod
8310847: [Mac] Silence OpenGL deprecation warnings
Reviewed-by: arapte
-------------
PR: https://git.openjdk.org/jfx/pull/1161
More information about the openjfx-dev
mailing list