Salome HOME
Fix some compilation warnings
[modules/geom.git] / src / GEOMUtils / GEOMUtils_XmlHandler.cxx
index a05371b1ce41df8df7a065b0b806c2e3ee090b8c..dee3492cbb604a0620a3f037ba9c0e4cb86ff17d 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2013-2014  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2013-2016  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
@@ -137,6 +137,7 @@ namespace
     return xmlPaths;
   }
 
+#ifdef MYDEBUG
   void dumpinfo(const GEOMUtils::PluginInfo& info)
   {
     printf("DUMPING PLUGIN INFO\n");
@@ -160,6 +161,7 @@ namespace
       printf("-----\n");
     }
   }
+#endif
 }
 
 namespace GEOMUtils