diff 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
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_)
       {