]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XGUI/XGUI.h
Salome HOME
updated copyright message
[modules/shaper.git] / src / XGUI / XGUI.h
index 0bc7223e3b89a0b311175b635864babce6aae95b..f40c1fd332b14b4aea88195b95e89dd037577b0b 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
 #endif
 #endif
 
+#if defined __GNUC__ || defined __clang__
+#define MAYBE_UNUSED __attribute__((unused))
+#else
+#define MAYBE_UNUSED
+#endif
+
 #endif