aboutsummaryrefslogtreecommitdiff
path: root/pugl_test.c
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-04-14 19:21:04 +0200
committerDavid Robillard <d@drobilla.net>2019-04-14 19:28:46 +0200
commitc18706e33ad0bf651acf50501b93eb7a5677e833 (patch)
treec498914d58543d32b5d2aa4992a90dfbc94b8823 /pugl_test.c
parent7887266eaf79f020dae2dd0126dbf732e167a751 (diff)
Fix MacOS build
Diffstat (limited to 'pugl_test.c')
-rw-r--r--pugl_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/pugl_test.c b/pugl_test.c
index eaf95f8..0bc65d5 100644
--- a/pugl_test.c
+++ b/pugl_test.c
@@ -18,6 +18,8 @@
@file pugl_test.c A simple Pugl test that creates a top-level window.
*/
+#define GL_SILENCE_DEPRECATION 1
+
#include "pugl/gl.h"
#include "pugl/pugl.h"