Skip to content

meson: fix -Wno-foo argument testing

Eric Engestrom requested to merge (removed):patch-1 into master

gcc and clang ignore -Wno-foo arguments nowadays, so we need to test the positive variant instead.

Merge request reports