Salome HOME
ménage
[modules/shaper.git] / src / XGUI / XGUI_FacesPanel.cpp
index d312092cfd8e4b0cfc6f68ae229e82b0480bf182..f9c03c4a6c7c1c595999e241c6cf2b18fc980312 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2021  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 <QMainWindow>
 #include <QTimer>
 
+#ifdef WIN32
+#pragma warning(disable : 4189) // for skipping MAYBE_UNUSED on Win
+#endif
+
 static const int LayoutMargin = 3;
 
 //********************************************************************