Kaydet (Commit) c741fe27 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.7.4); FILE MERGED

2005/11/01 12:47:35 cd 1.7.4.1: #i53898# Warning free code for sun solaris compiler
üst 4623fbce
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: collectchanges.cxx,v $ * $RCSfile: collectchanges.cxx,v $
* *
* $Revision: 1.7 $ * $Revision: 1.8 $
* *
* last change: $Author: rt $ $Date: 2005-09-08 04:26:22 $ * last change: $Author: hr $ $Date: 2006-06-19 23:31:55 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -86,7 +86,7 @@ bool convertNodeChange(NodeChangeData& aData_, AddNode const& aChange_) ...@@ -86,7 +86,7 @@ bool convertNodeChange(NodeChangeData& aData_, AddNode const& aChange_)
} }
//----------------------------------------------------------------------------- //-----------------------------------------------------------------------------
bool convertNodeChange(NodeChangeData& aData_, RemoveNode const& aChange_) bool convertNodeChange(NodeChangeData& aData_, RemoveNode const& /*aChange_*/)
{ {
aData_.type = NodeChangeData::eRemoveElement; aData_.type = NodeChangeData::eRemoveElement;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment