Commit cf2ccb0d authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Remove -Wcast-align, too many false positives

parent fffde282
...@@ -1011,7 +1011,7 @@ if test "${ac_cv_c_ntohl_sys_param_h}" != "no"; then ...@@ -1011,7 +1011,7 @@ if test "${ac_cv_c_ntohl_sys_param_h}" != "no"; then
fi fi
CFLAGS="${CFLAGS_save}" CFLAGS="${CFLAGS_save}"
RDC_PROG_CC_WFLAGS([all extra sign-compare undef pointer-arith bad-function-cast cast-align write-strings missing-prototypes volatile-register-var error-implicit-function-declaration]) RDC_PROG_CC_WFLAGS([all extra sign-compare undef pointer-arith bad-function-cast write-strings missing-prototypes volatile-register-var error-implicit-function-declaration])
RDC_PROG_CC_FLAGS([-pipe]) RDC_PROG_CC_FLAGS([-pipe])
AC_ARG_ENABLE(warnings-as-error, AC_ARG_ENABLE(warnings-as-error,
......
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