aboutsummaryrefslogtreecommitdiffstats
path: root/examples
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-03-13 13:05:47 +0100
committerDavid Robillard <d@drobilla.net>2020-03-13 13:05:47 +0100
commite09f204aca2393ba0f78867eb2e284ab00091205 (patch)
treef7227b5541eaaa735835e749e2a4c51d2054e70c /examples
parent5c02f37c8d1dd74f3b72f1fb0b2a77f4d1dc2da9 (diff)
downloadpugl-e09f204aca2393ba0f78867eb2e284ab00091205.tar.gz
pugl-e09f204aca2393ba0f78867eb2e284ab00091205.tar.bz2
pugl-e09f204aca2393ba0f78867eb2e284ab00091205.zip
Strengthen warnings
Diffstat (limited to 'examples')
-rw-r--r--examples/pugl_embed_demo.c2
-rw-r--r--examples/pugl_gl3_demo.c2
-rw-r--r--examples/pugl_window_demo.c2
3 files changed, 0 insertions, 6 deletions
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"