From: ageay Date: Tue, 6 Aug 2013 14:51:40 +0000 (+0000) Subject: Windows porting X-Git-Tag: DBugPolyhIntersector~38 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=90e931282e1327bb661d52608bb49e853f690e13;p=modules%2Fmed.git Windows porting --- diff --git a/src/MEDLoader/MEDFileField.hxx b/src/MEDLoader/MEDFileField.hxx index 069311afe..9cb29b6fb 100644 --- a/src/MEDLoader/MEDFileField.hxx +++ b/src/MEDLoader/MEDFileField.hxx @@ -1042,7 +1042,7 @@ std::vector< std::vector > 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 > getFieldSplitedByType2(int iterati std::vector< MEDCouplingAutoRefCountObjectPtr > _fields; }; - class MEDCOUPLING_EXPORT MEDFileFieldsIterator + class MEDLOADER_EXPORT MEDFileFieldsIterator { public: MEDFileFieldsIterator(MEDFileFields *fs); diff --git a/src/MEDLoader/MEDFileMesh.cxx b/src/MEDLoader/MEDFileMesh.cxx index 918bd4baa..0eeecf37d 100644 --- a/src/MEDLoader/MEDFileMesh.cxx +++ b/src/MEDLoader/MEDFileMesh.cxx @@ -5301,7 +5301,7 @@ try { loadFromFile(fileName); } -catch(INTERP_KERNEL::Exception& e) +catch(INTERP_KERNEL::Exception& /*e*/) { } diff --git a/src/MEDLoader/MEDFileMesh.hxx b/src/MEDLoader/MEDFileMesh.hxx index 8492b0b4a..ba03076bb 100644 --- a/src/MEDLoader/MEDFileMesh.hxx +++ b/src/MEDLoader/MEDFileMesh.hxx @@ -446,7 +446,7 @@ namespace ParaMEDMEM std::vector< MEDCouplingAutoRefCountObjectPtr > _meshes; }; - class MEDCOUPLING_EXPORT MEDFileMeshesIterator + class MEDLOADER_EXPORT MEDFileMeshesIterator { public: MEDFileMeshesIterator(MEDFileMeshes *ms);