Salome HOME
bos #29482 Merge branch 'CR29482'
[modules/shaper.git] / src / ModelHighAPI / ModelHighAPI_swig.h
index 928351bf10f4ae4c31d38a76dd381bbf95deef9a..4d6ff56fa12b0e7314685a3b6261772c861f56a7 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2022  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
   #include "ModelHighAPI_Services.h"
   #include "ModelHighAPI_Tools.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_MODELHIGHAPI_MODELHIGHAPI_SWIG_H_ */