[dconf] -Wno-error for dconf client



commit 1941424de43cef0dfdb60189f6fe5b8e02325054
Author: Ryan Lortie <desrt desrt ca>
Date:   Tue Nov 2 11:15:05 2010 -0400

    -Wno-error for dconf client
    
    Dodge vala codegen buglets.

 client/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/client/Makefile.am b/client/Makefile.am
index 24931fa..358c078 100644
--- a/client/Makefile.am
+++ b/client/Makefile.am
@@ -17,6 +17,7 @@ typelib_DATA = $(INTROSPECTION_GIRS:.gir=.typelib)
 endif
 
 AM_CFLAGS = -std=c89 -Wall -Wmissing-prototypes -Wwrite-strings -D__dconf_h__ -fPIC -DPIC
+CFLAGS += -Wno-error
 INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/gvdb -I$(top_srcdir)/engine $(gio_CFLAGS)
 
 shlibdir=$(libdir)



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