comparison 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
comparison
equal deleted inserted replaced
4120:304842a0d152 4121:7c9ff821063a
1504 // If we have not reached the Patient level, find the parent of 1504 // If we have not reached the Patient level, find the parent of
1505 // the current resource 1505 // the current resource
1506 if (!done) 1506 if (!done)
1507 { 1507 {
1508 bool ok = db_.LookupParent(currentId, currentId); 1508 bool ok = db_.LookupParent(currentId, currentId);
1509 (void) ok; // Remove warning about unused variable in release builds
1509 assert(ok); 1510 assert(ok);
1510 } 1511 }
1511 } 1512 }
1512 1513
1513 ExportedResource resource(-1, 1514 ExportedResource resource(-1,