X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2FCore%2FConstants.hxx;h=b29fdc4f1fc9ce42a66b0b4602d252508b65a538;hb=2c78d2d59017ae4888a0b8acddec41224f1d95a9;hp=591f248e2c3715624dd44965dbd2a40ad75f45ec;hpb=097bd648ec2df94785a541abd330a96e4b016cbd;p=tools%2Flibbatch.git diff --git a/src/Core/Constants.hxx b/src/Core/Constants.hxx index 591f248..b29fdc4 100644 --- a/src/Core/Constants.hxx +++ b/src/Core/Constants.hxx @@ -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 {