X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d8cefbe067bef21ae9819aee7ec57e74c2f80340..e3bdd14ab5a67b0c6d6ccfbbaac5d8fc36f0d1e3:/acmacro/compiler-flags.m4 diff --git a/acmacro/compiler-flags.m4 b/acmacro/compiler-flags.m4 index 2b6672c78e..5d384f08d1 100644 --- a/acmacro/compiler-flags.m4 +++ b/acmacro/compiler-flags.m4 @@ -20,8 +20,8 @@ AC_DEFUN([GNOME_COMPILE_WARNINGS],[ if test "x$enable_compile_warnings" = "xyes"; then warnCFLAGS="$warnCFLAGS -Wmissing-prototypes -Wmissing-declarations \ -finline-functions -Wshadow -Wpointer-arith -Wchar-subscripts -Wcomment \ - -Wformat=2 -Wno-unused-variable -Wno-unused-function -Wwrite-strings \ - -Werror" + -Wformat=2 -Wno-unused-variable -Wno-unused-function -Wno-unused-label -Wwrite-strings \ + -Werror -O0" fi fi