summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorHugo Landau <hlandau@openssl.org>2022-10-31 13:57:40 +0000
committerHugo Landau <hlandau@openssl.org>2023-01-13 13:20:09 +0000
commitf71ae05a4d22d52780fc7cfc7e60710b74fd3dd7 (patch)
treebe07c38c8d27bd38941266a689415e0a782fb30c /Configure
parent964f0deb81f3025c11e451dc37f8e2f1c85548ed (diff)
downloadopenssl-new-f71ae05a4d22d52780fc7cfc7e60710b74fd3dd7.tar.gz
QUIC: Dummy Handshake Layer for Prototyping
This disables -Wtype-limits / -Wtautological-constant-out-of-range-compare. Since it generates warnings for valid and reasonable code, IMO this actually encourages people to write worse code. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/19703)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/Configure b/Configure
index d5233103fc..e723bf2123 100755
--- a/Configure
+++ b/Configure
@@ -167,7 +167,8 @@ my @gcc_devteam_warn = qw(
-Wsign-compare
-Wshadow
-Wformat
- -Wtype-limits
+ -Wno-type-limits
+ -Wno-tautological-constant-out-of-range-compare
-Wundef
-Werror
-Wmissing-prototypes