From: mquinson Date: Tue, 6 Oct 2009 16:54:49 +0000 (+0000) Subject: Sometimes, we ignore a parameter to stick to a common interface X-Git-Tag: SVN~995 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/48d55f164f4ed9d26145724782f41c287f5c49c4 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 --- 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