Salome HOME
#18963 Minimize compiler warnings
[modules/smesh.git] / src / MEDWrapper / MED_Utilities.hxx
index 6d859f63d4a063be7c6cd23f529af7b53669aa54..9000713242baa756fb216c18c0833a4bd202bc92 100644 (file)
@@ -1,4 +1,4 @@
-// Copyright (C) 2007-2016  CEA/DEN, EDF R&D, OPEN CASCADE
+// Copyright (C) 2007-2020  CEA/DEN, EDF R&D, OPEN CASCADE
 //
 // Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
 // CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
@@ -39,7 +39,7 @@ namespace MED
     bool myIsActive;
   public:
     PrefixPrinter(bool theIsActive = true);
-    ~PrefixPrinter();
+    ~PrefixPrinter() noexcept(false);
 
     static std::string GetPrefix();
   };