Suppress "zero-length gnu_printf format string" warnings from GCC.

This commit is contained in:
Alexey Kopytov
2016-12-02 18:34:20 +03:00
parent 90c34e711d
commit d49c854e52

View File

@ -396,7 +396,7 @@ then
W_FAIL="-Werror"
fi
BASE_WARNINGS="-W -Wall -Wextra -Wpointer-arith -Wbad-function-cast \
-Wstrict-prototypes -Wnested-externs -Winline \
-Wstrict-prototypes -Wnested-externs -Winline -Wno-format-zero-length \
-funroll-loops ${W_FAIL}"
if test "$ac_profiling" = "yes"