Remove -Wredundant-decls gcc warning option. It causes lots of
noise in OpenBSD system headers. requested by espie@, ok guenther@. Note that this will only take effect once configure scripts and Makefile.in are re-generated. This will happen in a not too short future.
This commit is contained in:
parent
075b81cb95
commit
5ffac9e654
@ -1633,7 +1633,6 @@ XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wshadow])
|
||||
XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wcast-qual])
|
||||
XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wmissing-noreturn])
|
||||
XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wmissing-format-attribute])
|
||||
XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wredundant-decls])
|
||||
|
||||
# These are currently disabled because they are noisy. They will be enabled
|
||||
# in the future once the codebase is sufficiently modernized to silence
|
||||
|
Loading…
Reference in New Issue
Block a user