meson.build: remove "-pedantic", implied by Meson

Meson adds "-Wpedantic" in warning_level 3 (which is MPD's default).
This commit is contained in:
Max Kellermann 2021-05-25 21:00:36 +02:00
parent 3488a47c41
commit 1bc02123f9
1 changed files with 0 additions and 1 deletions

View File

@ -92,7 +92,6 @@ test_cflags = test_common_flags + [
'-Wstrict-prototypes', '-Wstrict-prototypes',
'-Wcast-qual', '-Wcast-qual',
'-Wwrite-strings', '-Wwrite-strings',
'-pedantic',
] ]
test_ldflags = [ test_ldflags = [