From 0aa9a402c5e360de1ab156f4cd73de0273a3b2b0 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 21 Oct 2006 12:32:23 +0000 Subject: [PATCH] Remove annoying warnings. Nobody will ever be bored enough to fix these ones. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 7e91abbf7b..16d5343c5c 100644 --- a/configure.ac +++ b/configure.ac @@ -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 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 -- 2.39.2