changeset 2056:e166a902b3c4

removal of warnings in msvc
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 27 Jun 2016 17:35:58 +0200
parents 6aa5ae36a004
children 54417b0831c4
files Plugins/Samples/Common/OrthancPluginCppWrapper.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Plugins/Samples/Common/OrthancPluginCppWrapper.h	Mon Jun 27 14:38:17 2016 +0200
+++ b/Plugins/Samples/Common/OrthancPluginCppWrapper.h	Mon Jun 27 17:35:58 2016 +0200
@@ -355,7 +355,7 @@
         return static_cast<OrthancPluginErrorCode>(e.GetErrorCode());
       }
 #endif
-      catch (boost::bad_lexical_cast& e)
+      catch (boost::bad_lexical_cast&)
       {
         return OrthancPluginErrorCode_BadFileFormat;
       }