diff options
author | Hugo Landau <hlandau@openssl.org> | 2022-10-31 14:57:40 +0100 |
---|---|---|
committer | Hugo Landau <hlandau@openssl.org> | 2023-01-13 14:20:09 +0100 |
commit | f71ae05a4d22d52780fc7cfc7e60710b74fd3dd7 (patch) | |
tree | be07c38c8d27bd38941266a689415e0a782fb30c /Configure | |
parent | QUIC DEMUX: Allow BIO to be changed (diff) | |
download | openssl-f71ae05a4d22d52780fc7cfc7e60710b74fd3dd7.tar.xz openssl-f71ae05a4d22d52780fc7cfc7e60710b74fd3dd7.zip |
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-x | Configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |