projects
/
platform
/
upstream
/
atk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4c1d57f
)
build: Use GNOME_COMPILE_WARNINGS
author
Colin Walters
<walters@verbum.org>
Thu, 31 Jan 2013 17:07:17 +0000
(12:07 -0500)
committer
Colin Walters
<walters@verbum.org>
Thu, 31 Jan 2013 17:07:17 +0000
(12:07 -0500)
So we reuse the standard -Werror set of minimal code quality warnings.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
16dfe51
..
8a20924
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-215,6
+215,8
@@
if test "x$enable_rebuilds" = "xyes" && \
fi
AC_SUBST(REBUILD)
fi
AC_SUBST(REBUILD)
+GNOME_COMPILE_WARNINGS([maximum])
+
AC_CONFIG_FILES([
Makefile
po/Makefile.in
AC_CONFIG_FILES([
Makefile
po/Makefile.in