meson.build: remove warning options implied by -Wall -Wextra
This commit is contained in:
parent
48c7c540df
commit
dd10b2bd61
|
@ -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 + [
|
||||||
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',
|
||||||
|
|
Loading…
Reference in New Issue