aboutsummaryrefslogtreecommitdiffstats
path: root/examples/cube_view.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2023-11-11 10:59:33 -0500
committerDavid Robillard <d@drobilla.net>2023-11-11 10:59:33 -0500
commitad651857ee2435582115e7de0e50e645e0aa9fc7 (patch)
tree450c52b2cdec6e2a0c857c2233a0ca0ee3da8a05 /examples/cube_view.h
parent61980dbb9e6968f9d99df9cbd4bbe2f46f0c5050 (diff)
downloadpugl-ad651857ee2435582115e7de0e50e645e0aa9fc7.tar.gz
pugl-ad651857ee2435582115e7de0e50e645e0aa9fc7.tar.bz2
pugl-ad651857ee2435582115e7de0e50e645e0aa9fc7.zip
Suppress new warnings in clang-tidy 16
Diffstat (limited to 'examples/cube_view.h')
-rw-r--r--examples/cube_view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/cube_view.h b/examples/cube_view.h
index 647134c..399f625 100644
--- a/examples/cube_view.h
+++ b/examples/cube_view.h
@@ -4,7 +4,7 @@
#ifndef EXAMPLES_CUBE_VIEW_H
#define EXAMPLES_CUBE_VIEW_H
-#define GL_SILENCE_DEPRECATION 1
+#define GL_SILENCE_DEPRECATION 1 // NOLINT(modernize-macro-to-enum)
#include "demo_utils.h"