diff options
author | Arturo Espinosa <unammx@src.gnome.org> | 1998-09-20 02:50:37 +0800 |
---|---|---|
committer | Arturo Espinosa <unammx@src.gnome.org> | 1998-09-20 02:50:37 +0800 |
commit | 4bedda8d73506aa5461753370e0f3d47f590cd80 (patch) | |
tree | 56c62004b9f1f76397553d2a7adfd3909551476e /macros/compiler-flags.m4 | |
parent | 40b5030acc4f4202feeb467fe9f00ad38a93c547 (diff) | |
download | gsoc2013-evolution-4bedda8d73506aa5461753370e0f3d47f590cd80.tar gsoc2013-evolution-4bedda8d73506aa5461753370e0f3d47f590cd80.tar.gz gsoc2013-evolution-4bedda8d73506aa5461753370e0f3d47f590cd80.tar.bz2 gsoc2013-evolution-4bedda8d73506aa5461753370e0f3d47f590cd80.tar.lz gsoc2013-evolution-4bedda8d73506aa5461753370e0f3d47f590cd80.tar.xz gsoc2013-evolution-4bedda8d73506aa5461753370e0f3d47f590cd80.tar.zst gsoc2013-evolution-4bedda8d73506aa5461753370e0f3d47f590cd80.zip |
Use -W -Wno-unused
svn path=/trunk/; revision=385
Diffstat (limited to 'macros/compiler-flags.m4')
-rw-r--r-- | macros/compiler-flags.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/compiler-flags.m4 b/macros/compiler-flags.m4 index c582a387cc..aec45d591f 100644 --- a/macros/compiler-flags.m4 +++ b/macros/compiler-flags.m4 @@ -15,7 +15,7 @@ AC_DEFUN([GNOME_COMPILE_WARNINGS],[ esac if test "x$enable_compile_warnings" = "xyes"; then - warnCFLAGS="$warnCFLAGS -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith" + warnCFLAGS="$warnCFLAGS -W -Wno-unused -Wmissing-prototypes -Wmissing-declarations -Wpointer-arith" fi fi fi |