X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_swig.h;h=036c6d697718db80d74fadf1b1f0bd01f61d1116;hb=d04ea67117f609da08de8ae7631e8f2f844ea437;hp=cda0700d8d2d2c2d3e455e4312b1de6fdc737fa1;hpb=2714903267d23cd0c81166c506fb3edd1e069d40;p=modules%2Fshaper.git diff --git a/src/Config/Config_swig.h b/src/Config/Config_swig.h index cda0700d8..036c6d697 100644 --- a/src/Config/Config_swig.h +++ b/src/Config/Config_swig.h @@ -1,4 +1,4 @@ -// Copyright (C) 2014-2017 CEA/DEN, EDF R&D +// Copyright (C) 2014-2020 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -12,10 +12,9 @@ // // You should have received a copy of the GNU Lesser General Public // License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA // -// See http://www.salome-platform.org/ or -// email : webmaster.salome@opencascade.com +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com // #ifndef SRC_CONFIG_SWIG_H_ @@ -24,5 +23,15 @@ #include "Config_ModuleReader.h" #include "Config_Prop.h" #include "Config_PropManager.h" + #include "Config_ValidatorReader.h" + #include "Config_XMLReader.h" + + #ifdef _MSC_VER + # pragma warning(disable: 4127) // conditional expression is constant + # pragma warning(disable: 4456) // declaration of variable hides previous local declaration + # pragma warning(disable: 4459) // declaration of variable hides global declaration + # pragma warning(disable: 4701) // potentially uninitialized local variable + # pragma warning(disable: 4703) // potentially uninitialized local pointer variable + #endif #endif /* SRC_CONFIG_SWIG_H_ */