From 5d1ab6f12cb25af177e7273dbefdde94c335a58f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joachim=20Sch=C3=B6berl?= Date: Tue, 3 Sep 2019 17:06:26 +0200 Subject: [PATCH] disable opengl warnings --- ng/Togl2.1/togl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ng/Togl2.1/togl.h b/ng/Togl2.1/togl.h index ba71cb35..618784bf 100644 --- a/ng/Togl2.1/togl.h +++ b/ng/Togl2.1/togl.h @@ -48,6 +48,7 @@ # if defined(TOGL_AGL) # include # elif defined(TOGL_NSOPENGL) +#define GL_SILENCE_DEPRECATION # include # include # else