From 48d55f164f4ed9d26145724782f41c287f5c49c4 Mon Sep 17 00:00:00 2001 From: mquinson Date: Tue, 6 Oct 2009 16:54:49 +0000 Subject: [PATCH] Sometimes, we ignore a parameter to stick to a common interface git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@6718 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- acmacro/compiler-flags.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acmacro/compiler-flags.m4 b/acmacro/compiler-flags.m4 index f66f1b4811..9910dfdf11 100644 --- a/acmacro/compiler-flags.m4 +++ b/acmacro/compiler-flags.m4 @@ -52,7 +52,7 @@ AC_DEFUN([SG_COMPILE_FLAGS],[ ## -Wshadow chokes on try{ try{} } constructs warnCFLAGS=`echo $warnCFLAGS -Wmissing-prototypes -Wmissing-declarations \ -Wpointer-arith -Wchar-subscripts -Wcomment -Wformat -Wwrite-strings \ - -Wno-unused-function -Wno-strict-aliasing -Wno-format-nonliteral \ + -Wno-unused-function -Wno-unused-parameter -Wno-strict-aliasing -Wno-format-nonliteral \ -Werror \ | sed 's/ +/ /g'` # -Wno-unused-variable -Wno-unused-label -- 2.20.1