]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/XGUI/XGUI.h
Salome HOME
Get rid of compilation warnings. Part I.
[modules/shaper.git] / src / XGUI / XGUI.h
index 625e54445824129c2a16565b78e289ae8fa4fdee..39f58930aabc17831dcbd01d6234a00d77a6127e 100644 (file)
 #endif
 #endif
 
+#if defined __GNUC__ || defined __clang__
+#define MAYBE_UNUSED __attribute__((unused))
+#else
+#define MAYBE_UNUSED
+#endif
+
 #endif