Mercurial > hg > orthanc
diff OrthancFramework/Sources/JobsEngine/JobsRegistry.cpp @ 4121:7c9ff821063a framework-lgpl
fix
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Tue, 07 Jul 2020 19:54:53 +0200 |
parents | bf7b9edf6b81 |
children | 4d42408da117 |
line wrap: on
line diff
--- a/OrthancFramework/Sources/JobsEngine/JobsRegistry.cpp Tue Jul 07 19:37:25 2020 +0200 +++ b/OrthancFramework/Sources/JobsEngine/JobsRegistry.cpp Tue Jul 07 19:54:53 2020 +0200 @@ -1039,6 +1039,7 @@ } } + (void) ok; // Remove warning about unused variable in release builds assert(ok); found->second->SetState(JobState_Pending);