From e09f204aca2393ba0f78867eb2e284ab00091205 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 13 Mar 2020 13:05:47 +0100 Subject: Strengthen warnings --- examples/pugl_embed_demo.c | 2 -- examples/pugl_gl3_demo.c | 2 -- examples/pugl_window_demo.c | 2 -- 3 files changed, 6 deletions(-) (limited to 'examples') diff --git a/examples/pugl_embed_demo.c b/examples/pugl_embed_demo.c index 96df463..dc80b18 100644 --- a/examples/pugl_embed_demo.c +++ b/examples/pugl_embed_demo.c @@ -18,8 +18,6 @@ @file pugl_embed_demo.c An example of embedding a view in another. */ -#define GL_SILENCE_DEPRECATION 1 - #include "cube_view.h" #include "demo_utils.h" #include "test/test_utils.h" diff --git a/examples/pugl_gl3_demo.c b/examples/pugl_gl3_demo.c index a18c902..ec36d16 100644 --- a/examples/pugl_gl3_demo.c +++ b/examples/pugl_gl3_demo.c @@ -34,8 +34,6 @@ about 100000 rectangles. */ -#define GL_SILENCE_DEPRECATION 1 - #include "demo_utils.h" #include "shader_utils.h" #include "test/test_utils.h" diff --git a/examples/pugl_window_demo.c b/examples/pugl_window_demo.c index 49ceee0..18def43 100644 --- a/examples/pugl_window_demo.c +++ b/examples/pugl_window_demo.c @@ -18,8 +18,6 @@ @file pugl_windows_demo.c A demonstration of multiple Pugl windows. */ -#define GL_SILENCE_DEPRECATION 1 - #include "cube_view.h" #include "demo_utils.h" #include "test/test_utils.h" -- cgit v1.2.1