[gxml] Makefile.am: get rid of -Wall for now; reports a lot of warnings we can do nothing about using vala
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml] Makefile.am: get rid of -Wall for now; reports a lot of warnings we can do nothing about using vala
- Date: Thu, 22 Aug 2013 17:15:02 +0000 (UTC)
commit f4317336506ec3b98c0fec19f485a9c743072ec8
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]