From 9650109748b5495ae0845059ed7713e22707f9d0 Mon Sep 17 00:00:00 2001 From: PatTheMav Date: Wed, 14 Sep 2022 12:48:05 +0200 Subject: [PATCH] libobs-opengl: Disable deprecation warnings on macOS We are aware of OpenGL having been deprecated on macOS since Mac OS X 10.14, so silence the deprecation warnings the "official" way. --- libobs-opengl/gl-cocoa.m | 1 + 1 file changed, 1 insertion(+) diff --git a/libobs-opengl/gl-cocoa.m b/libobs-opengl/gl-cocoa.m index b0d7c75b7..b6fb10416 100644 --- a/libobs-opengl/gl-cocoa.m +++ b/libobs-opengl/gl-cocoa.m @@ -16,6 +16,7 @@ ******************************************************************************/ #include "gl-subsystem.h" +#define GL_SILENCE_DEPRECATION #include #import