Mercurial > hg > orthanc
changeset 2822:a0b729ac0549
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 17 Sep 2018 12:08:49 +0200 |
parents | 13adab9220b5 |
children | 807169f85ba9 |
files | Plugins/Samples/Common/OrthancPluginCppWrapper.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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; }