Commit dd10b2bd authored by Max Kellermann's avatar Max Kellermann

meson.build: remove warning options implied by -Wall -Wextra

parent 48c7c540
......@@ -66,10 +66,8 @@ test_cxxflags = test_common_flags + [
'-Wmissing-declarations',
'-Wshadow',
'-Wpointer-arith',
'-Wcast-qual',
'-Wwrite-strings',
'-Wsign-compare',
'-Wcomma',
'-Wextra-semi',
'-Wheader-hygiene',
......@@ -84,7 +82,6 @@ test_cxxflags = test_common_flags + [
test_cflags = test_common_flags + [
'-Wmissing-prototypes',
'-Wshadow',
'-Wpointer-arith',
'-Wstrict-prototypes',
'-Wcast-qual',
'-Wwrite-strings',
......
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