]> Creatis software - gdcm.git/commitdiff
COMP: remove warning
authormalaterre <malaterre>
Thu, 6 Jan 2005 20:25:17 +0000 (20:25 +0000)
committermalaterre <malaterre>
Thu, 6 Jan 2005 20:25:17 +0000 (20:25 +0000)
src/gdcmBase.cxx

index 4f70298c09fe88d4d81fd14b831182bdfff2b095..4e3753a6ed90415a7f23b78b1457c2e9da1dd0f0 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmBase.cxx,v $
   Language:  C++
-  Date:      $Date: 2005/01/06 20:03:26 $
-  Version:   $Revision: 1.4 $
+  Date:      $Date: 2005/01/06 20:25:17 $
+  Version:   $Revision: 1.5 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -45,7 +45,7 @@ Base::~Base()
  * \brief   Print all the object
  * @param   os The output stream to be written to.
  */
-void Base::Print(std::ostream &os)
+void Base::Print(std::ostream &)
 {
 }