From f9aded1f430f23aed95e76fbd178a284f7203a47 Mon Sep 17 00:00:00 2001 From: ageay Date: Tue, 6 Aug 2013 14:51:40 +0000 Subject: [PATCH] Windows porting --- src/MEDLoader/MEDFileField.hxx | 4 ++-- src/MEDLoader/MEDFileMesh.cxx | 2 +- src/MEDLoader/MEDFileMesh.hxx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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); -- 2.39.2