Hide macos GL deprecation.
authorCarl Hetherington <cth@carlh.net>
Thu, 24 Dec 2020 01:53:27 +0000 (02:53 +0100)
committerCarl Hetherington <cth@carlh.net>
Thu, 24 Dec 2020 01:53:27 +0000 (02:53 +0100)
src/wx/system_information_dialog.cc

index 2d9044f6b27a950d96ad8f716379b117efaea675..c1b904bd75cd51546f062a5b02c3e9e65d43f200 100644 (file)
@@ -24,6 +24,7 @@
 #include "film_viewer.h"
 
 #ifdef DCPOMATIC_OSX
+#define GL_SILENCE_DEPRECATION 1
 #include <OpenGL/glu.h>
 #include <OpenGL/glext.h>
 #else