summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArturo Espinosa <unammx@src.gnome.org>1998-09-19 18:50:37 +0000
committerArturo Espinosa <unammx@src.gnome.org>1998-09-19 18:50:37 +0000
commit0c2b9dddff2f18b272e47304d26cc53d0d5bda29 (patch)
tree3a3225a8fd6e88f5ab6fddde7e3fbb89f0f33fb8
parentead942a905184724cacb59b1e77be7d1ccd7daed (diff)
downloadgnome-common-0c2b9dddff2f18b272e47304d26cc53d0d5bda29.tar.gz
Use -W -Wno-unused
svn path=/trunk/; revision=394
-rw-r--r--macros/compiler-flags.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/compiler-flags.m4 b/macros/compiler-flags.m4
index c582a38..aec45d5 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