]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/PartSet/PartSet_ExternalPointsMgr.cpp
Salome HOME
Suppression of warnings, application launching problems in different cases (on Window...
[modules/shaper.git] / src / PartSet / PartSet_ExternalPointsMgr.cpp
index b28d5dd46277c478c7a054ea25d84d9545614e03..0c16d6e8b7a63f74756738d69faacdc28dcd2304 100644 (file)
 #include <XGUI_SelectionActivate.h>
 #include <XGUI_SelectionMgr.h>
 
+#ifdef WIN32
+#pragma warning(disable : 4456) // for nested foreach
+#endif
+
 PartSet_ExternalPointsMgr::PartSet_ExternalPointsMgr(ModuleBase_IWorkshop* theWorkshop,
                                                      const CompositeFeaturePtr& theSketch)
   : QObject(theWorkshop), myWorkshop(theWorkshop), mySketch(theSketch)