Mercurial > hg > orthanc
changeset 2701:33de4a82c466 jobs
fix msvc warning
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 05 Jul 2018 17:10:10 +0200 |
parents | 8e593bd59cf7 |
children | 83c991aeb611 |
files | Core/JobsEngine/SetOfInstancesJob.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Core/JobsEngine/SetOfInstancesJob.cpp Thu Jul 05 14:28:15 2018 +0200 +++ b/Core/JobsEngine/SetOfInstancesJob.cpp Thu Jul 05 17:10:10 2018 +0200 @@ -161,7 +161,7 @@ return JobStepResult::Failure(ErrorCode_InternalError); } } - catch (OrthancException& e) + catch (OrthancException&) { if (permissive_) {