From f71ae05a4d22d52780fc7cfc7e60710b74fd3dd7 Mon Sep 17 00:00:00 2001 From: Hugo Landau Date: Mon, 31 Oct 2022 13:57:40 +0000 Subject: 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 Reviewed-by: Matt Caswell (Merged from https://github.com/openssl/openssl/pull/19703) --- Configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Configure') 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 -- cgit v1.2.1