diff options
Diffstat (limited to 'test/headers/meson.build')
-rw-r--r-- | test/headers/meson.build | 2 |
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', |