meson.build: remove warning options implied by -Wall -Wextra
This commit is contained in:
		| @@ -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', | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Max Kellermann
					Max Kellermann