# HG changeset patch # User Sebastien Jodogne # Date 1537178929 -7200 # Node ID a0b729ac0549715f631022997c00d402f9def3e6 # Parent 13adab9220b5e5bc19b4e3a621d9579c9dc4e409 fix diff -r 13adab9220b5 -r a0b729ac0549 Plugins/Samples/Common/OrthancPluginCppWrapper.cpp --- a/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp Mon Sep 17 11:37:05 2018 +0200 +++ b/Plugins/Samples/Common/OrthancPluginCppWrapper.cpp Mon Sep 17 12:08:49 2018 +0200 @@ -1705,7 +1705,7 @@ { return reinterpret_cast(job)->Step(); } - catch (ORTHANC_PLUGINS_EXCEPTION_CLASS& e) + catch (ORTHANC_PLUGINS_EXCEPTION_CLASS&) { return OrthancPluginJobStepStatus_Failure; }