diff OrthancServer/Sources/ServerIndex.cpp @ 4121:7c9ff821063a framework-lgpl

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 07 Jul 2020 19:54:53 +0200
parents 05b8fd21089c
children a4f28efdfccf
line wrap: on
line diff
--- a/OrthancServer/Sources/ServerIndex.cpp	Tue Jul 07 19:37:25 2020 +0200
+++ b/OrthancServer/Sources/ServerIndex.cpp	Tue Jul 07 19:54:53 2020 +0200
@@ -1506,6 +1506,7 @@
       if (!done)
       {
         bool ok = db_.LookupParent(currentId, currentId);
+        (void) ok;  // Remove warning about unused variable in release builds
         assert(ok);
       }
     }