X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FBasics%2FBasics_Utils.hxx;h=9edc2ceeac7a170e55843354143525ad57689e91;hb=d1070d09cfbba6d9b72d8f2ca8d07d23f296686c;hp=4920a7ddad46d3167b1616d9441feb68c2df068d;hpb=cea440b19b1add32b817dc903ab2474fbc18e1c0;p=modules%2Fkernel.git diff --git a/src/Basics/Basics_Utils.hxx b/src/Basics/Basics_Utils.hxx index 4920a7dda..9edc2ceea 100644 --- a/src/Basics/Basics_Utils.hxx +++ b/src/Basics/Basics_Utils.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2019 CEA/DEN, EDF R&D, OPEN CASCADE +// Copyright (C) 2007-2024 CEA, EDF, OPEN CASCADE // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -34,8 +34,12 @@ #else #include #pragma comment(lib,"winmm.lib") +#pragma warning (disable : 4251) #endif +#ifndef SALOME_UNUSED +#define SALOME_UNUSED(var) (void)var +#endif namespace Kernel_Utils {