X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FConfig%2FConfig_swig.h;h=79b6c012c73609ae375f564e40975902f98e55f0;hb=745c72679f6346375d5e886b25cc3865f3c4daae;hp=89ee9df1ad1f9b9dcf3135e80513eaf9587cf006;hpb=2532fb2df83ee1ddd9ff3e8b381d3788eaa15b69;p=modules%2Fshaper.git diff --git a/src/Config/Config_swig.h b/src/Config/Config_swig.h index 89ee9df1a..79b6c012c 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-2021 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,14 +12,26 @@ // // 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_ #define SRC_CONFIG_SWIG_H_ #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_ */