From: Konstantin LEONTEV Date: Mon, 17 Oct 2022 11:27:42 +0000 (+0300) Subject: [bos #32517][EDF] Dynamic logging: Fixed compilation error. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=6532bb8a13b3dbb2c92b95514d27d06ec051fc5f;p=modules%2Fsmesh.git [bos #32517][EDF] Dynamic logging: Fixed compilation error. --- diff --git a/src/SMESH/SMESH_MesherHelper.cxx b/src/SMESH/SMESH_MesherHelper.cxx index 2a20f69c3..af658f2aa 100644 --- a/src/SMESH/SMESH_MesherHelper.cxx +++ b/src/SMESH/SMESH_MesherHelper.cxx @@ -3859,10 +3859,8 @@ namespace { // Structures used by FixQuadraticElements() else _normal.SetCoord(1e-33,0,0); - _face = face; - - (void)face; // unused in release mode -#endif + if (SALOME::VerbosityActivated()) + _face = face; } //================================================================================ /*!