diff Core/SerializationToolbox.cpp @ 3160:fc9a4a2dad63

merge
author Alain Mazy <alain@mazy.be>
date Thu, 24 Jan 2019 10:55:19 +0100
parents 972cc98959a3
children ae866fc06df5 94f4a18a79cc
line wrap: on
line diff
--- a/Core/SerializationToolbox.cpp	Thu Jan 24 10:54:47 2019 +0100
+++ b/Core/SerializationToolbox.cpp	Thu Jan 24 10:55:19 2019 +0100
@@ -53,7 +53,7 @@
         tag = FromDcmtkBridge::ParseTag(name);
         return true;
       }
-      catch (OrthancException& e)
+      catch (OrthancException&)
       {
         return false;
       }