[openssl-commits] [openssl] master update
Dr. Stephen Henson
steve at openssl.org
Wed Apr 15 23:58:41 UTC 2015
The branch master has been updated
via 5621e7aaf3932e51e85c72a81933eafbc906d22f (commit)
via c954448f2c5001d12c6ff7807476915a4b85a065 (commit)
from 68249414405500660578b337f1c8dd5dd4bb5bcc (commit)
- Log -----------------------------------------------------------------
commit 5621e7aaf3932e51e85c72a81933eafbc906d22f
Author: Dr. Stephen Henson <steve at openssl.org>
Date: Wed Apr 15 13:58:38 2015 +0100
Remove obsolete options for debug-steve*
Reviewed-by: Rich Salz <rsalz at openssl.org>
commit c954448f2c5001d12c6ff7807476915a4b85a065
Author: Dr. Stephen Henson <steve at openssl.org>
Date: Wed Apr 15 13:57:51 2015 +0100
Add -Wtype-limits to strict warnings.
Reviewed-by: Rich Salz <rsalz at openssl.org>
-----------------------------------------------------------------------
Summary of changes:
Configurations/99-personal-steve.conf | 6 +++---
Configure | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/Configurations/99-personal-steve.conf b/Configurations/99-personal-steve.conf
index 454b283..171b1cb 100644
--- a/Configurations/99-personal-steve.conf
+++ b/Configurations/99-personal-steve.conf
@@ -8,7 +8,7 @@
"debug-steve64" => {
inherit_from => [ "x86_64_asm" ],
cc => "gcc",
- cflags => "$gcc_devteam_warn -m64 -DL_ENDIAN -DTERMIO -DCONF_DEBUG -DDEBUG_SAFESTACK -Wno-overlength-strings -g",
+ cflags => "$gcc_devteam_warn -m64 -DL_ENDIAN -DTERMIO -DCONF_DEBUG -g",
thread_cflag => "-D_REENTRANT",
lflags => "-ldl",
bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL",
@@ -22,7 +22,7 @@
"debug-steve32" => {
inherit_from => [ "x86_elf_asm" ],
cc => "gcc",
- cflags => "$gcc_devteam_warn -m32 -DL_ENDIAN -DCONF_DEBUG -DDEBUG_SAFESTACK -Wno-overlength-strings -g -pipe",
+ cflags => "$gcc_devteam_warn -m32 -DL_ENDIAN -DCONF_DEBUG -g",
thread_cflag => "-D_REENTRANT",
lflags => "-rdynamic -ldl",
bn_ops => "BN_LLONG ${x86_gcc_des} ${x86_gcc_opts}",
@@ -35,7 +35,7 @@
"debug-steve-opt" => {
inherit_from => [ "x86_64_asm" ],
cc => "gcc",
- cflags => "$gcc_devteam_warn -m64 -O3 -DL_ENDIAN -DTERMIO -DCONF_DEBUG -DDEBUG_SAFESTACK -Wno-overlength-strings -g",
+ cflags => "$gcc_devteam_warn -m64 -O3 -DL_ENDIAN -DTERMIO -DCONF_DEBUG -g",
thread_cflag => "-D_REENTRANT",
lflags => "-ldl",
bn_ops => "SIXTY_FOUR_BIT_LONG RC4_CHUNK DES_INT DES_UNROLL",
diff --git a/Configure b/Configure
index d51653a..1c6b424 100755
--- a/Configure
+++ b/Configure
@@ -110,7 +110,7 @@ my $usage="Usage: Configure [no-<cipher> ...] [enable-<cipher> ...] [experimenta
# Minimum warning options... any contributions to OpenSSL should at least get
# past these.
-my $gcc_devteam_warn = "-Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -DDEBUG_UNUSED";
+my $gcc_devteam_warn = "-Wall -pedantic -DPEDANTIC -Wno-long-long -Wsign-compare -Wmissing-prototypes -Wshadow -Wformat -Wtype-limits -Werror -DCRYPTO_MDEBUG_ALL -DCRYPTO_MDEBUG_ABORT -DREF_CHECK -DDEBUG_UNUSED";
my $clang_disabled_warnings = "-Wno-language-extension-token -Wno-extended-offsetof -Wno-padded -Wno-shorten-64-to-32 -Wno-format-nonliteral -Wno-missing-noreturn -Wno-unused-parameter -Wno-sign-conversion -Wno-unreachable-code -Wno-conversion -Wno-documentation -Wno-missing-variable-declarations -Wno-cast-align -Wno-incompatible-pointer-types-discards-qualifiers -Wno-missing-variable-declarations -Wno-missing-field-initializers -Wno-unused-macros -Wno-disabled-macro-expansion -Wno-conditional-uninitialized -Wno-switch-enum -Wno-gnu-statement-expression";
More information about the openssl-commits
mailing list