[pygobject/gsoc2009: 114/160] Turn warnings into errors
- From: Simon van der Linden <svdlinden src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [pygobject/gsoc2009: 114/160] Turn warnings into errors
- Date: Fri, 14 Aug 2009 21:33:19 +0000 (UTC)
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]