[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/work/kdom/xpath
From:       Frans Englich <frans.englich () telia ! com>
Date:       2005-09-04 12:39:02
Message-ID: 1125837542.700538.29175.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 457014 by englich:

Warnings/misc fixes.


 M  +4 -4      data/Base64Binary.cpp  
 M  +2 -0      docs/Makefile.am  
 M  +1 -1      expr/InfiniteExpression.cpp  
 M  +2 -1      parser/Makefile.am  


--- branches/work/kdom/xpath/data/Base64Binary.cpp #457013:457014
@@ -29,7 +29,7 @@
 #include <Q3CString>
 
 #include <kdebug.h>
-#include <kmdcodec.h>
+#include <kcodecs.h>
 #include <klocale.h>
 
 #include "DOMString.h"
@@ -94,7 +94,7 @@
 
 	unsigned int eqCount = 0; /* The count of encountered '=' */
 	unsigned int len = in.size();
-	unsigned int tail = len;
+	int tail = len;
 	const char *data = in.data();
 
 	while(true)
@@ -120,7 +120,7 @@
 	len = tail;
 
 	unsigned int outi = 0;
-	unsigned int outlen = len;
+	int outlen = len;
 	out.resize(outlen);
 	//QString t(data);
 	//t.truncate(len);
@@ -167,7 +167,7 @@
 
 	// 4-byte to 3-byte conversion
 	outlen = (tail>(outlen / 4)) ? tail - (outlen / 4) : 0;
-	unsigned int sidx = 0, didx = 0;
+	int sidx = 0, didx = 0;
 	if(outlen > 1)
 	{
 		while(didx < outlen - 2)
--- branches/work/kdom/xpath/docs/Makefile.am #457013:457014
@@ -17,6 +17,8 @@
 # The DTDs and Stylesheets located in KDE's www/ module are used. The module is
 # assumed to be checked out in the same directory level as kdenonbeta.
 
+include $(top_srcdir)/kdom/Makefile.global
+
 XML_CATALOG_FILES = $(srcdir)/../../../../www/docbook/catalog.xml
 
 check:
--- branches/work/kdom/xpath/expr/InfiniteExpression.cpp #457013:457014
@@ -47,7 +47,7 @@
 {
 	Expression::Vector::iterator end(m_operands.end());
 	Expression::Vector::iterator it;
-	unsigned int evaled = 0;
+	int evaled = 0;
 
 	for(it = m_operands.begin(); it != end; ++it)
 	{
--- branches/work/kdom/xpath/parser/Makefile.am #457013:457014
@@ -15,7 +15,8 @@
 #  along with this program; if not, write to the Free Software
 #  Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 
-KDE_CXXFLAGS = $(USE_EXCEPTIONS)
+include $(top_srcdir)/kdom/Makefile.global
+
 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/kdom \
 	      -I$(top_srcdir)/kdom/core -I$(top_srcdir)/kdom/xpath \
 	      -I$(top_srcdir)/kdom/xpath/data -I$(top_srcdir)/kdom/xpath/dat \
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic