提交 95ea8da1 编写于 作者: R Richard Levitte

Remove '-Wextra' as default user flags for the Linux clang targets

We have '--strict-warnings' for this kind of stuff...  also, user
flags are added last, so this overrides any warning supression
--strict-warnings may put in place (for good reasons).

Fixes #5609
Reviewed-by: NTim Hudson <tjh@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5612)
上级 d3313a1f
...@@ -816,7 +816,6 @@ my %targets = ( ...@@ -816,7 +816,6 @@ my %targets = (
inherit_from => [ "linux-x86" ], inherit_from => [ "linux-x86" ],
CC => "clang", CC => "clang",
CXX => "clang++", CXX => "clang++",
CFLAGS => add("-Wextra"),
}, },
"linux-x86_64" => { "linux-x86_64" => {
inherit_from => [ "linux-generic64", asm("x86_64_asm") ], inherit_from => [ "linux-generic64", asm("x86_64_asm") ],
...@@ -831,7 +830,6 @@ my %targets = ( ...@@ -831,7 +830,6 @@ my %targets = (
inherit_from => [ "linux-x86_64" ], inherit_from => [ "linux-x86_64" ],
CC => "clang", CC => "clang",
CXX => "clang++", CXX => "clang++",
CFLAGS => add("-Wextra"),
}, },
"linux-x32" => { "linux-x32" => {
inherit_from => [ "linux-generic32", asm("x86_64_asm") ], inherit_from => [ "linux-generic32", asm("x86_64_asm") ],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册