[gtksourceviewmm/devel] Reenable fatal warnings level during distcheck.



commit bb98d17bf5a7180e4b770212db6a0f37edf0a6ba
Author: Krzesimir Nowak <qdlacz gmail com>
Date:   Mon Jan 11 09:59:10 2010 +0100

    Reenable fatal warnings level during distcheck.
    
    * Makefile.am: Since no deprecated functions are used now, -Werror
    can be now enabled on distcheck.

 Makefile.am |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index 8ccec64..302b7ae 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,6 +1,6 @@
 ACLOCAL_AMFLAGS = -I build ${ACLOCAL_FLAGS}
-# change level of warnings to fatal, when deprecations are fixed.
-DISTCHECK_CONFIGURE_FLAGS = --enable-warnings=max
+
+DISTCHECK_CONFIGURE_FLAGS = --enable-warnings=fatal
 
 if MAINTAINER_MODE
 src_subdirs = codegen gtksourceview/src



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]