[dconf] cut it out with the -Werror



commit cdb0b83eff95a968a127a53351b69836602c79ed
Author: Ryan Lortie <desrt desrt ca>
Date:   Fri Oct 14 12:51:56 2011 -0400

    cut it out with the -Werror
    
    This is a bad idea.

 autogen.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/autogen.sh b/autogen.sh
index aaf6544..d1fc5c2 100755
--- a/autogen.sh
+++ b/autogen.sh
@@ -21,7 +21,7 @@ autoheader
 automake${automake_suffix} --add-missing --foreign
 autoconf
 
-CFLAGS=${CFLAGS=-ggdb -Werror}
+CFLAGS=${CFLAGS=-ggdb}
 LDFLAGS=${LDFLAGS=-Wl,-O1}
 export CFLAGS LDFLAGS
 



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