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