# HG changeset patch # User Sebastien Jodogne # Date 1467041758 -7200 # Node ID e166a902b3c479d486d0b9275541096861619f96 # Parent 6aa5ae36a0047ea82caa5626d3157f907235772a removal of warnings in msvc diff -r 6aa5ae36a004 -r e166a902b3c4 Plugins/Samples/Common/OrthancPluginCppWrapper.h --- 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(e.GetErrorCode()); } #endif - catch (boost::bad_lexical_cast& e) + catch (boost::bad_lexical_cast&) { return OrthancPluginErrorCode_BadFileFormat; }