diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/meson.build | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/meson.build b/test/meson.build index ce9dd49..b7b3ce4 100644 --- a/test/meson.build +++ b/test/meson.build @@ -38,6 +38,12 @@ if cpp.get_id() == 'clang' '-Wno-weak-vtables', ] + if not meson.is_cross_build() + header_args += [ + '-Wno-poison-system-directories', + ] + endif + if host_machine.system() == 'windows' header_args += [ '-Wno-nonportable-system-include-path', |