aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2025-01-21 17:11:56 -0500
committerDavid Robillard <d@drobilla.net>2025-01-21 17:13:47 -0500
commit689f74f091d4745fd24caec306d2f8a69e8db351 (patch)
tree75e2b4a7c31fb95aa9a82e456253443e02f3c4a0 /test
parentbf01b1e98f1759982e0ee012a3379507f3e72af7 (diff)
downloadpugl-689f74f091d4745fd24caec306d2f8a69e8db351.tar.gz
pugl-689f74f091d4745fd24caec306d2f8a69e8db351.tar.bz2
pugl-689f74f091d4745fd24caec306d2f8a69e8db351.zip
Fix strict header warning test build
Diffstat (limited to 'test')
-rw-r--r--test/headers/meson.build2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/headers/meson.build b/test/headers/meson.build
index 38a6ad2..c0adabd 100644
--- a/test/headers/meson.build
+++ b/test/headers/meson.build
@@ -11,6 +11,8 @@ if get_option('warning_level') == 'everything'
endif
endif
+header_c_suppressions = cpp.get_supported_arguments(header_c_suppressions)
+
test_headers_c_args = header_c_suppressions
test_headers_c_args += [
'-DPUGL_NO_INCLUDE_GL_H',