mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-09 18:50:54 +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)
|
#if defined(_WIN32)
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
|
#elif defined(__APPLE__)
|
||||||
|
// macOS 10.4 deprecated OpenGL framework - suppress useless warnings
|
||||||
|
#define GL_SILENCE_DEPRECATION
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <OpenGl_Context.hxx>
|
#include <OpenGl_Context.hxx>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user