[pygobject/gsoc2009: 114/160] Turn warnings into errors



commit f6d50bdb7605e86db1aeeda0520fdc989aa9d97a
Author: Simon van der Linden <svdlinden src gnome org>
Date:   Wed Aug 5 18:20:05 2009 +0200

    Turn warnings into errors

 gi/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gi/Makefile.am b/gi/Makefile.am
index e3d8839..08145e1 100644
--- a/gi/Makefile.am
+++ b/gi/Makefile.am
@@ -37,7 +37,7 @@ common_ldflags += -no-undefined
 endif
 
 # repo module
-_gi_la_CFLAGS = -O0
+_gi_la_CFLAGS = -O0 -Werror
 _gi_la_LDFLAGS = $(common_ldflags) -export-symbols-regex init_gi
 _gi_la_LIBADD = $(GOBJECT_INTROSPECTION_LIBS)
 _gi_la_SOURCES = \



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