Skip to content
Snippets Groups Projects
Commit 9cc1c326 authored by Bienchen's avatar Bienchen
Browse files

SCHWED-4612: silence a macOS specific warning about OpenGL deprecation.

parent 229e0b46
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,10 @@
# if defined(__APPLE__)
# define GL_SILENCE_DEPRECATION
# include <OpenGL/gl.h>
# include <OpenGL/glu.h>
# undef GL_SILENCE_DEPRECATION
# else
# include <GL/gl.h>
# include <GL/glu.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment