diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-06-24 20:52:48 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2012-06-24 20:52:48 +0000 |
commit | 292ee1515c78b2931e580a463ef9a434e4f0f2b2 (patch) | |
tree | 86b2d35e077005331c8f3e308e61bbf914e18e8a /util | |
parent | 52ed6b652f4581970359b189cc4a27ab98d20e27 (diff) |
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.
Diffstat (limited to 'util')
-rw-r--r-- | util/macros/xorg-macros.m4.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/util/macros/xorg-macros.m4.in b/util/macros/xorg-macros.m4.in index 9c8ba841a..b62b8255a 100644 --- a/util/macros/xorg-macros.m4.in +++ b/util/macros/xorg-macros.m4.in @@ -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 |