Revision: 16280
Author: rlaager
Date: 2006-06-18 21:49:12 -0700 (Sun, 18 Jun 2006)
ViewCVS: http://svn.sourceforge.net/gaim/?rev=16280&view=rev
Log Message:
-----------
Kill this warning when using libxml:
xmlnode.c:560: warning: unused variable ?\226?\128?\152context?\226?\128?\153
Modified Paths:
--------------
trunk/src/xmlnode.c
Modified: trunk/src/xmlnode.c
===================================================================
--- trunk/src/xmlnode.c 2006-06-19 04:48:50 UTC (rev 16279)
+++ trunk/src/xmlnode.c 2006-06-19 04:49:12 UTC (rev 16280)
@@ -557,7 +557,9 @@
{
struct _xmlnode_parser_data *xpd;
xmlnode *ret;
+#ifndef HAVE_LIBXML
GMarkupParseContext *context;
+#endif
gsize real_size;
g_return_val_if_fail(str != NULL, NULL);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|