Mercurial > hg > orthanc
diff Plugins/Samples/Common/OrthancPluginCppWrapper.cpp @ 2822:a0b729ac0549
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 17 Sep 2018 12:08:49 +0200 |
parents | 473bf302d629 |
children | 807169f85ba9 |
line wrap: on
line diff
--- 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<OrthancJob*>(job)->Step(); } - catch (ORTHANC_PLUGINS_EXCEPTION_CLASS& e) + catch (ORTHANC_PLUGINS_EXCEPTION_CLASS&) { return OrthancPluginJobStepStatus_Failure; }