Salome HOME
Suppression of warnings, application launching problems in different cases (on Window...
[modules/shaper.git] / src / XGUI / XGUI_ContextMenuMgr.cpp
index 10a1f7f36997aa21374f8a617101de073441b7d9..99e9bc0fb6dba8d4038cf08a26e957e28e38482a 100644 (file)
 #include <QMainWindow>
 #include <QModelIndex>
 
+#ifdef WIN32
+#pragma warning(disable : 4456) // for nested foreach
+#endif
+
 XGUI_ContextMenuMgr::XGUI_ContextMenuMgr(XGUI_Workshop* theParent)
     : QObject(theParent),
       myWorkshop(theParent),