Salome HOME
updated copyright message
[modules/shaper.git] / src / GeomAPI / GeomAPI_swig.h
index fca55e7932e8d8e7ae3275090816366d4d8397ce..17b61a2e7957afb64715e56678518a532146afe1 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 "GeomAPI_Trsf.h"
   #include "GeomAPI_Vertex.h"
   #include "GeomAPI_Wire.h"
+  #include "GeomAPI_WireExplorer.h"
   #include "GeomAPI_XY.h"
   #include "GeomAPI_XYZ.h"
 
   #include <memory>
   #include <string>
 
+  #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
+
   template<class T1, class T2>
   std::shared_ptr<T1> shared_ptr_cast(std::shared_ptr<T2> theObject)
   {