Salome HOME
Fight warnings
[tools/libbatch.git] / src / Core / Constants.hxx
index 591f248e2c3715624dd44965dbd2a40ad75f45ec..b29fdc4f1fc9ce42a66b0b4602d252508b65a538 100644 (file)
@@ -39,6 +39,7 @@
 // TODO: replace those static declarations by an external description file (XML for instance)
 #define decl_extern_Constant(constant) extern BATCH_EXPORT const std::string constant
 #define def_Constant(constant) const std::string constant = #constant
+#define LIBBATCH_UNUSED(var) (void)var
 
 namespace Batch {