[dconf] -Wno-error for dconf-update



commit 031e46255b741aacd0e2f7f6bdc3d09c175c3391
Author: Jürg Billeter <j bitron ch>
Date:   Fri Jan 28 22:40:29 2011 +0100

    -Wno-error for dconf-update
    
    Fixes build with gcc 4.6.

 bin/Makefile.am |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/bin/Makefile.am b/bin/Makefile.am
index 3d5c82d..f830052 100644
--- a/bin/Makefile.am
+++ b/bin/Makefile.am
@@ -1,4 +1,5 @@
 AM_CFLAGS = -std=c89 -Wall -Wmissing-prototypes -Wwrite-strings
+CFLAGS += -Wno-error
 INCLUDES = -I$(top_srcdir)/common -I$(top_srcdir)/engine -I$(top_srcdir)/client -I$(top_srcdir)/gvdb $(gio_CFLAGS)
 
 bin_PROGRAMS = dconf



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