[gxml/newattr] Document.vala, gxml/Makefile.am: clean up some whitespace and remove some comments
- From: Richard Hans Schwarting <rschwart src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gxml/newattr] Document.vala, gxml/Makefile.am: clean up some whitespace and remove some comments
- Date: Wed, 23 Oct 2013 07:01:09 +0000 (UTC)
commit cb5df4cb88497caf609d3ea7537f20b0f3c767aa
Author: Richard Schwarting <aquarichy gmail com>
Date: Wed Oct 23 02:58:06 2013 -0400
Document.vala, gxml/Makefile.am: clean up some whitespace and remove some comments
gxml/Document.vala | 2 +-
gxml/Makefile.am | 9 +--------
2 files changed, 2 insertions(+), 9 deletions(-)
---
diff --git a/gxml/Document.vala b/gxml/Document.vala
index 9f47a66..e76569a 100644
--- a/gxml/Document.vala
+++ b/gxml/Document.vala
@@ -150,7 +150,7 @@ namespace GXml {
case NodeType.PROCESSING_INSTRUCTION:
case NodeType.DOCUMENT_TYPE:
case NodeType.NOTATION:
- case NodeType.DOCUMENT:
+ case NodeType.DOCUMENT:
GLib.warning ("Looking up %s from an xmlNode* is not supported",
nodetype.to_string ());
break;
}
diff --git a/gxml/Makefile.am b/gxml/Makefile.am
index 3acc3cc..800f595 100644
--- a/gxml/Makefile.am
+++ b/gxml/Makefile.am
@@ -12,7 +12,7 @@ AM_CPPFLAGS = \
$(NULL)
AM_CFLAGS = \
- -g \
+ -g \
$(GLIB_CFLAGS) \
$(LIBXML_CFLAGS) \
$(GIO_CFLAGS) \
@@ -23,13 +23,6 @@ AM_CFLAGS = \
# -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 = \
-# -Wall \
-# -g \
-#
-
-
### Library
# Library to create
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]