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

Remove annoying warnings.

Nobody will ever be bored enough to fix these ones.
parent 51424555
......@@ -887,7 +887,7 @@ if test "${ac_cv_c_ntohl_sys_param_h}" != "no"; then
AC_DEFINE(NTOHL_IN_SYS_PARAM_H, 1, Define if <sys/param.h> defines ntohl.)
fi
RDC_PROG_CC_WFLAGS([all extra no-unused-parameter conversion unreachable-code sign-compare undef])
RDC_PROG_CC_WFLAGS([all extra no-unused-parameter sign-compare undef])
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