Salome HOME
[bos #38360] [CEA] improve performances of exportXAO and PublishToStudy
[modules/shaper.git] / src / XGUI / XGUI_ActionsMgr.cpp
index ef9ac7c00b68cc9a3990163d5ebc916582d1456f..aa05544afe020c19395efa03ecdb88e0cc9a999e 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020  CEA/DEN, EDF R&D
+// Copyright (C) 2014-2024  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 <ModuleBase_SelectionValidator.h>
 #include <ModuleBase_Tools.h>
 
-
 #include <QAction>
 #include <QMainWindow>
 
+#ifdef WIN32
+#pragma warning(disable : 4456) // for nested foreach
+#endif
+
 #ifdef _DEBUG
 #include <iostream>
 #include <QDebug>