configure: enable -Woverlength-strings, do not disable it!

This commit is contained in:
Juan RP 2020-02-21 10:55:17 +01:00
parent f9ccd9b627
commit a16e695de7
No known key found for this signature in database
GPG Key ID: AF19F6CB482F9368

2
configure vendored
View File

@ -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 \