Salome HOME
updated copyright message
[modules/shaper.git] / src / Config / Config_swig.h
index b39d5add81c03b605d462810e0f44c8009c00ba6..c2a3c9e9f87f4b1d8b3ad54989802e7ba231dd39 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2019  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2023  CEA, EDF
 //
 // This library is free software; you can redistribute it and/or
 // modify it under the terms of the GNU Lesser General Public
   #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_ */