Commit 1bc02123 authored by Max Kellermann's avatar Max Kellermann

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

Meson adds "-Wpedantic" in warning_level 3 (which is MPD's default).
parent 3488a47c
......@@ -92,7 +92,6 @@ test_cflags = test_common_flags + [
'-Wstrict-prototypes',
'-Wcast-qual',
'-Wwrite-strings',
'-pedantic',
]
test_ldflags = [
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment