configure: enable -Woverlength-strings, do not disable it!
This commit is contained in:
parent
f9ccd9b627
commit
a16e695de7
2
configure
vendored
2
configure
vendored
@ -276,7 +276,7 @@ fi
|
|||||||
# Check for some compiler warning flags.
|
# Check for some compiler warning flags.
|
||||||
#
|
#
|
||||||
for f in all extra error shadow "format=2" missing-prototypes \
|
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 \
|
unsafe-loop-optimizations undef sign-compare \
|
||||||
missing-include-dirs old-style-definition \
|
missing-include-dirs old-style-definition \
|
||||||
init-self redundant-decls float-equal missing-noreturn \
|
init-self redundant-decls float-equal missing-noreturn \
|
||||||
|
Loading…
Reference in New Issue
Block a user