Salome HOME
updated copyright message
[modules/shaper.git] / src / ModuleBase / ModuleBase_ITreeNode.h
index 630251a560c529459bbd4b420e957a225b7181c2..05469ce2c2953ddf76fc5853a9451af1230f0841 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 <QIcon>
 #include <QVariant>
 
+#ifdef _MSC_VER
+#pragma warning(disable: 4100)
+#endif
+
 class ModuleBase_ITreeNode;
 class ModuleBase_IWorkshop;