summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-01-31 12:07:17 -0500
committerColin Walters <walters@verbum.org>2013-01-31 12:07:17 -0500
commit77e48c936cb80b422ded12c86ccf436f49c4b59d (patch)
tree8b512d020315d24e7eafc3f04dee6f60f024819b
parent4c1d57fb402fad62e76ea6f0084e10470db4056d (diff)
downloadatk-77e48c936cb80b422ded12c86ccf436f49c4b59d.tar.gz
build: Use GNOME_COMPILE_WARNINGS
So we reuse the standard -Werror set of minimal code quality warnings.
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 16dfe51..8a20924 100644
--- a/configure.ac
+++ b/configure.ac
@@ -215,6 +215,8 @@ if test "x$enable_rebuilds" = "xyes" && \
fi
AC_SUBST(REBUILD)
+GNOME_COMPILE_WARNINGS([maximum])
+
AC_CONFIG_FILES([
Makefile
po/Makefile.in