Salome HOME
#18963 Minimize compiler warnings
[modules/med.git] / src / MEDCalc / cmp / MED.cxx
index 42160f37170692e4fa30fb5db370b67529f5f503..0df324d2e559fa9d2f76d47f4b9408f54dc7fb51 100644 (file)
@@ -332,7 +332,7 @@ MED::getStudyPresentationEntry(CORBA::Long presentationId)
   // set exception handler to catch unexpected CORBA exceptions
   Unexpect aCatch(SALOME_SalomeException);
 
-  MED_ORB::PresentationsList* presList = new MED_ORB::PresentationsList;
+  //MED_ORB::PresentationsList* presList = new MED_ORB::PresentationsList; // todo: unused
 
   SALOMEDS::Study_var aStudy = KERNEL::getStudyServant();
   SALOMEDS::StudyBuilder_var studyBuilder = aStudy->NewBuilder();
@@ -359,8 +359,8 @@ MED::getStudyPresentationEntry(CORBA::Long presentationId)
 
 
 Engines::TMPFile*
-MED::DumpPython(CORBA::Boolean isPublished,
-                CORBA::Boolean isMultiFile,
+MED::DumpPython(CORBA::Boolean /*isPublished*/,
+                CORBA::Boolean /*isMultiFile*/,
                 CORBA::Boolean& isValidScript)
 {
   SALOMEDS::SObject_var aSO = KERNEL::getStudyServant()->FindComponent("FIELDS");