mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0032740: Coding Rules, OpenGl_Context.cxx - new warning on macOS after integration fix for #32732
This commit is contained in:
parent
302ad26bff
commit
1bc34debc1
@ -15,6 +15,9 @@
|
||||
|
||||
#if defined(_WIN32)
|
||||
#include <windows.h>
|
||||
#elif defined(__APPLE__)
|
||||
// macOS 10.4 deprecated OpenGL framework - suppress useless warnings
|
||||
#define GL_SILENCE_DEPRECATION
|
||||
#endif
|
||||
|
||||
#include <OpenGl_Context.hxx>
|
||||
|
Loading…
x
Reference in New Issue
Block a user