aboutsummaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorBernd Edlinger <bernd.edlinger@hotmail.de>2018-06-20 21:41:05 +0200
committerBernd Edlinger <bernd.edlinger@hotmail.de>2018-06-21 19:04:19 +0200
commit91860165820daf7a17836597f18752f094b887c8 (patch)
treef6a4bdd66a9f47ba663403e0714f713d5bafef64 /Configure
parent991f0355fb782f499e226a732c0099847048c91a (diff)
downloadopenssl-91860165820daf7a17836597f18752f094b887c8.zip
openssl-91860165820daf7a17836597f18752f094b887c8.tar.gz
openssl-91860165820daf7a17836597f18752f094b887c8.tar.bz2
Add -Wstrict-prototypes option to --strict-warnings
[extended tests] Reviewed-by: Rich Salz <rsalz@openssl.org> Reviewed-by: Richard Levitte <levitte@openssl.org> (Merged from https://github.com/openssl/openssl/pull/6542)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/Configure b/Configure
index bcf2c04..9a60091 100755
--- a/Configure
+++ b/Configure
@@ -125,6 +125,7 @@ my $gcc_devteam_warn = "-DDEBUG_UNUSED"
. " -Wswitch"
. " -Wsign-compare"
. " -Wmissing-prototypes"
+ . " -Wstrict-prototypes"
. " -Wshadow"
. " -Wformat"
. " -Wtype-limits"