[cpp-xmltooling COMMIT] in /branches/REL_1: .gitignore xmltoolingtest/NonVisibleNamespaceTest.h

noreply at shibboleth.net noreply at shibboleth.net
Mon May 21 20:57:27 BST 2012


Author: scantor
Date: Mon May 21 20:57:26 2012
New Revision: 975

URL: http://svn.shibboleth.net/view/cpp-xmltooling?rev=975&view=rev
Log:
Fix warning

Modified:
    branches/REL_1/.gitignore
    branches/REL_1/xmltoolingtest/NonVisibleNamespaceTest.h

Modified: branches/REL_1/.gitignore
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/.gitignore?rev=975&r1=974&r2=975&view=diff
==============================================================================
--- branches/REL_1/.gitignore (original)
+++ branches/REL_1/.gitignore Mon May 21 20:57:26 2012
@@ -35,6 +35,11 @@
 /*.opensdf
 /*.sdf
 /ipch
+/config.cache
+/xmltooling-uninstalled.pc
+/xmltooling-uninstalled.sh
+/xmltooling.pc
+/xmltooling.pc.in
 
 # /doc/
 /doc/Makefile

Modified: branches/REL_1/xmltoolingtest/NonVisibleNamespaceTest.h
URL: http://svn.shibboleth.net/view/cpp-xmltooling/branches/REL_1/xmltoolingtest/NonVisibleNamespaceTest.h?rev=975&r1=974&r2=975&view=diff
==============================================================================
--- branches/REL_1/xmltoolingtest/NonVisibleNamespaceTest.h (original)
+++ branches/REL_1/xmltoolingtest/NonVisibleNamespaceTest.h Mon May 21 20:57:26 2012
@@ -89,7 +89,7 @@
         TS_ASSERT(sxObject.get()!=nullptr);
 
         const set<Namespace>& namespaces = sxObject->getNamespaces();
-        bool cond1=false, cond2=false, cond3=false;
+        bool cond1=false, cond2=false;
         for (set<Namespace>::const_iterator ns = namespaces.begin(); ns != namespaces.end(); ++ns) {
             if (XMLString::equals(ns->getNamespacePrefix(), SimpleXMLObject::NAMESPACE_PREFIX)) {
                 TSM_ASSERT("'test' namespace was visibly used", ns->usage() != Namespace::VisiblyUsed);



More information about the commits mailing list