Salome HOME
Windows porting
authorageay <ageay>
Tue, 6 Aug 2013 14:51:40 +0000 (14:51 +0000)
committerageay <ageay>
Tue, 6 Aug 2013 14:51:40 +0000 (14:51 +0000)
src/MEDLoader/MEDFileField.hxx
src/MEDLoader/MEDFileMesh.cxx
src/MEDLoader/MEDFileMesh.hxx

index 069311afed8d7eca03b890862c681dd7f3535b35..9cb29b6fb60f546e67685e5f720ce00896849690 100644 (file)
@@ -1042,7 +1042,7 @@ std::vector< std::vector<DataArrayDouble *> > getFieldSplitedByType2(int iterati
     MEDFileIntFieldMultiTS(const char *fileName, const char *fieldName, bool loadAll) throw(INTERP_KERNEL::Exception);
   };
 
-  class MEDCOUPLING_EXPORT MEDFileAnyTypeFieldMultiTSIterator
+  class MEDLOADER_EXPORT MEDFileAnyTypeFieldMultiTSIterator
   {
   public:
     MEDFileAnyTypeFieldMultiTSIterator(MEDFileAnyTypeFieldMultiTS *fmts);
@@ -1110,7 +1110,7 @@ std::vector< std::vector<DataArrayDouble *> > getFieldSplitedByType2(int iterati
     std::vector< MEDCouplingAutoRefCountObjectPtr<MEDFileAnyTypeFieldMultiTSWithoutSDA> > _fields;
   };
 
-  class MEDCOUPLING_EXPORT MEDFileFieldsIterator
+  class MEDLOADER_EXPORT MEDFileFieldsIterator
   {
   public:
     MEDFileFieldsIterator(MEDFileFields *fs);
index 918bd4baa9d77ceafac9c6c6d3d5bf31c1e1ca23..0eeecf37da7966b3bb2f96ae401a98cff61b67c8 100644 (file)
@@ -5301,7 +5301,7 @@ try
   {
     loadFromFile(fileName);
   }
-catch(INTERP_KERNEL::Exception& e)
+catch(INTERP_KERNEL::Exception& /*e*/)
   {
   }
 
index 8492b0b4aeef8f0af3933e0f73146af4e134ecd2..ba03076bb97f7236304ae739510433cda1bba671 100644 (file)
@@ -446,7 +446,7 @@ namespace ParaMEDMEM
     std::vector< MEDCouplingAutoRefCountObjectPtr<MEDFileMeshMultiTS> > _meshes;
   };
 
-  class MEDCOUPLING_EXPORT MEDFileMeshesIterator
+  class MEDLOADER_EXPORT MEDFileMeshesIterator
   {
   public:
     MEDFileMeshesIterator(MEDFileMeshes *ms);