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

A few more sanity checks

parent de0f8ecb
......@@ -888,7 +888,7 @@ if test "${ac_cv_c_ntohl_sys_param_h}" != "no"; then
fi
CFLAGS="${CFLAGS_save}"
RDC_PROG_CC_WFLAGS([all extra no-unused-parameter sign-compare undef])
RDC_PROG_CC_WFLAGS([all extra no-unused-parameter sign-compare undef pointer-arith bad-function-cast cast-align write-strings old-style-definition missing-prototypes packed volatile-register-var])
RDC_PROG_CC_FLAGS_IFELSE([-pipe])
dnl Check for various optimization flags
......
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