summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:29:58 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:29:58 +0000
commitcc2a8f4ed433a022cf34a7e41327f992daadf627 (patch)
tree0b2acba0a38ab1fac82b13b365d24b868b4f3c57 /configmgr
parenta7b2d53a5b755ea7ddb665d39b46dd19533804ed (diff)
INTEGRATION: CWS warnings01 (1.4.4); FILE MERGED
2005/11/01 12:47:32 cd 1.4.4.1: #i53898# Warning free code for sun solaris compiler
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/tree/nodevisitor.cxx7
1 files changed, 3 insertions, 4 deletions
diff --git a/configmgr/source/tree/nodevisitor.cxx b/configmgr/source/tree/nodevisitor.cxx
index 843c5c404b..80a4fcca32 100644
--- a/configmgr/source/tree/nodevisitor.cxx
+++ b/configmgr/source/tree/nodevisitor.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: nodevisitor.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 04:18:57 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:29:58 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -118,7 +118,6 @@ typedef NodeVisitor::Result Result;
{
case nodetype_value:
return m_target.handle( ValueNodeAccess(m_accessor, &_aNode.value) );
- break;
case nodetype_group:
return m_target.handle( GroupNodeAccess(m_accessor, &_aNode.group) );
@@ -216,7 +215,7 @@ Result SetVisitor::visitElements(SetNodeAccess const& _aNode)
}
// -------------------------------------------------------------------------
-Result NodeVisitor::handle(NodeAccessRef const& _aNode)
+Result NodeVisitor::handle(NodeAccessRef const& /*_aNode*/)
{
return CONTINUE;
}