[openssl-commits] [openssl] master update
Richard Levitte
levitte at openssl.org
Wed Mar 14 09:03:58 UTC 2018
The branch master has been updated
via 95ea8da1768bf457b021f07cde9a6330827dc8a1 (commit)
from d3313a1f4cc6cb641c3bb68fd40625c118a4b7b7 (commit)
- Log -----------------------------------------------------------------
commit 95ea8da1768bf457b021f07cde9a6330827dc8a1
Author: Richard Levitte <levitte at openssl.org>
Date: Wed Mar 14 09:41:35 2018 +0100
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: Tim Hudson <tjh at openssl.org>
(Merged from https://github.com/openssl/openssl/pull/5612)
-----------------------------------------------------------------------
Summary of changes:
Configurations/10-main.conf | 2 --
1 file changed, 2 deletions(-)
diff --git a/Configurations/10-main.conf b/Configurations/10-main.conf
index 1ba7cb8..6c73d9f 100644
--- a/Configurations/10-main.conf
+++ b/Configurations/10-main.conf
@@ -816,7 +816,6 @@ my %targets = (
inherit_from => [ "linux-x86" ],
CC => "clang",
CXX => "clang++",
- CFLAGS => add("-Wextra"),
},
"linux-x86_64" => {
inherit_from => [ "linux-generic64", asm("x86_64_asm") ],
@@ -831,7 +830,6 @@ my %targets = (
inherit_from => [ "linux-x86_64" ],
CC => "clang",
CXX => "clang++",
- CFLAGS => add("-Wextra"),
},
"linux-x32" => {
inherit_from => [ "linux-generic32", asm("x86_64_asm") ],
More information about the openssl-commits
mailing list