From: Anthony Geay Date: Mon, 28 Nov 2022 14:43:48 +0000 (+0100) Subject: Warning hunting X-Git-Tag: V9_11_0a1~25 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=691564b410e9c59b20114a453e97f3504def8ddb;p=tools%2Fmedcoupling.git Warning hunting --- diff --git a/src/MEDLoader/MeshFormatReader.cxx b/src/MEDLoader/MeshFormatReader.cxx index 926fb521d..a164c111d 100644 --- a/src/MEDLoader/MeshFormatReader.cxx +++ b/src/MEDLoader/MeshFormatReader.cxx @@ -299,7 +299,7 @@ MeshFormat::Status MeshFormatReader::performFields() _myCurrentFileId = -1; _myCurrentOpenFile =""; } - + return status; } void MeshFormatReader::setFields( MeshFormat::GmfKwdCod kwd, int nmbSol, int nbComp) diff --git a/src/MEDLoader/MeshFormatReader.hxx b/src/MEDLoader/MeshFormatReader.hxx index 82066bdeb..abf0160e0 100644 --- a/src/MEDLoader/MeshFormatReader.hxx +++ b/src/MEDLoader/MeshFormatReader.hxx @@ -144,6 +144,7 @@ namespace MEDCoupling return _meshFormatFamsNodes; break; } + THROW_IK_EXCEPTION("getMapAtLevel : dimRelMax must be in [0,-1,-2,1]"); } public: