[gxml/gsoc2013: 29/69] Makefile.am: get rid of -Wall for now; reports a lot of warnings we can do nothing about using vala



commit eb1cb9102181fe06c1c3a9b0cbd79c9640cea678
Author: Richard Schwarting <aquarichy gmail com>
Date:   Sat Jul 27 00:01:53 2013 -0400

    Makefile.am: get rid of -Wall for now; reports a lot of warnings we can do nothing about using vala right 
now

 gxml/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)
---
diff --git a/gxml/Makefile.am b/gxml/Makefile.am
index 206e059..cc74641 100644
--- a/gxml/Makefile.am
+++ b/gxml/Makefile.am
@@ -12,7 +12,6 @@ AM_CPPFLAGS = \
        $(NULL)
 
 AM_CFLAGS = \
-        -Wall \
         -g \
        $(GLIB_CFLAGS) \
        $(LIBXML_CFLAGS) \
@@ -21,6 +20,8 @@ AM_CFLAGS = \
        $(VALA_CFLAGS) \
        $(NULL)
 
+# -Wall   # TODO: add this back when we can properly handle more libxml2/vala warnings
+
 
 # TODO: remove this, or remove -Wall and -g from libgxml_la_CFLAGS
 # AM_CFLAGS = \


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