From a16e695de7eda54ce3945e36c322aca0f0e82b0d Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 21 Feb 2020 10:55:17 +0100 Subject: [PATCH] configure: enable -Woverlength-strings, do not disable it! --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 23977cfd..c588166a 100755 --- a/configure +++ b/configure @@ -276,7 +276,7 @@ fi # Check for some compiler warning flags. # for f in all extra error shadow "format=2" missing-prototypes \ - missing-declarations nested-externs vla no-overlength-strings \ + missing-declarations nested-externs vla overlength-strings \ unsafe-loop-optimizations undef sign-compare \ missing-include-dirs old-style-definition \ init-self redundant-decls float-equal missing-noreturn \