comparison Core/JobsEngine/SetOfInstancesJob.cpp @ 2701:33de4a82c466 jobs

fix msvc warning
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 05 Jul 2018 17:10:10 +0200
parents 228e2783ce83
children ea7aea6f6a95
comparison
equal deleted inserted replaced
2700:8e593bd59cf7 2701:33de4a82c466
159 if (!ok && !permissive_) 159 if (!ok && !permissive_)
160 { 160 {
161 return JobStepResult::Failure(ErrorCode_InternalError); 161 return JobStepResult::Failure(ErrorCode_InternalError);
162 } 162 }
163 } 163 }
164 catch (OrthancException& e) 164 catch (OrthancException&)
165 { 165 {
166 if (permissive_) 166 if (permissive_)
167 { 167 {
168 ok = false; 168 ok = false;
169 } 169 }