]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/Config/Config_def.h
Salome HOME
updated copyright message
[modules/shaper.git] / src / Config / Config_def.h
index 0bd02fccd9a4ac98a4f36999ceb92785e4dca5a0..0644bc366b89506374dbafa6f16d970c58757714 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2014-2020  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 //CONFIG_H