diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2013-12-02 18:12:39 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2013-12-03 08:53:51 -0500 |
commit | fae36763f91f38dc9c4c388f267532889bb428ff (patch) | |
tree | 097f172943834cc2b90063535f3fec5354cbbb0f | |
parent | 71dc85d04b67dc9579de47ec9e51c3ae6dde91ce (diff) |
XORG_TESTSET_CFLAG: add -fd which is the SUNCC -Wold-style-definition
Seen in the XCB configuration and found missing in xorg.
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r-- | xorg-macros.m4.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-macros.m4.in b/xorg-macros.m4.in index 20a0bd0..0a547c7 100644 --- a/xorg-macros.m4.in +++ b/xorg-macros.m4.in @@ -1638,7 +1638,7 @@ AC_LANG_CASE( XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wmissing-prototypes]) XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wnested-externs]) XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wbad-function-cast]) - XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wold-style-definition]) + XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wold-style-definition], [-fd]) XORG_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wdeclaration-after-statement]) ] ) |