meson.build: remove "-pedantic", implied by Meson
Meson adds "-Wpedantic" in warning_level 3 (which is MPD's default).
This commit is contained in:
parent
3488a47c41
commit
1bc02123f9
|
@ -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 = [
|
||||||
|
|
Loading…
Reference in New Issue