Commit 12e91c9d authored by Vasil Velichkov's avatar Vasil Velichkov Committed by Lev Walkin

Disable -Wformat errors when compiling skeletongs

error: ISO C90 does not support the ‘z’ gnu_printf length modifier
parent 6cec1afb
...@@ -121,6 +121,8 @@ AC_ARG_ENABLE(test-Werror, ...@@ -121,6 +121,8 @@ AC_ARG_ENABLE(test-Werror,
AS_IF([test x$enable_test_werror != xno], [ AS_IF([test x$enable_test_werror != xno], [
TESTSUITE_CFLAGS="${TESTSUITE_CFLAGS} -Werror -W -Wpointer-arith" TESTSUITE_CFLAGS="${TESTSUITE_CFLAGS} -Werror -W -Wpointer-arith"
]) ])
AX_CHECK_COMPILE_FLAG([-Wno-format],
[SKELETONS_CFLAGS="$SKELETONS_CFLAGS -Wno-format"])
dnl If -m32 is available to create 32-bit code, dnl If -m32 is available to create 32-bit code,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment