[augeas-devel] augeas: master - * configure.ac: make default warning level 'maximum'

David Lutterkort lutter at fedoraproject.org
Tue Mar 3 23:49:36 UTC 2009


Gitweb:        http://git.fedorahosted.org/git/augeas.git?p=augeas.git;a=commitdiff;h=529c8f204a1e319251dcbc2c8b6253ffde66668b
Commit:        529c8f204a1e319251dcbc2c8b6253ffde66668b
Parent:        8afa95e099ccab6842c2c2e0ec6d7d866f44d3f6
Author:        David Lutterkort <lutter at redhat.com>
AuthorDate:    Mon Mar 2 14:41:46 2009 -0800
Committer:     David Lutterkort <lutter at redhat.com>
CommitterDate: Mon Mar 2 14:41:46 2009 -0800

* configure.ac: make default warning level 'maximum'

Using 'error' here is too unfriendly on weird platforms, since builds can
fail, e.g. because of broken system headers. When doing actual development,
set this to 'error'.
---
 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 8141512..2b29586 100644
--- a/configure.ac
+++ b/configure.ac
@@ -66,7 +66,7 @@ AC_PROG_LIBTOOL
 AC_PROG_YACC
 AC_PROG_LEX
 
-AUGEAS_COMPILE_WARNINGS(error)
+AUGEAS_COMPILE_WARNINGS(maximum)
 
 ## Compiler flags to be used everywhere
 AUGEAS_CFLAGS=-std=gnu99




More information about the augeas-devel mailing list