comparison Framework/Plugins/StorageBackend.cpp @ 323:ae4c0c7b2254

fix warning
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 20 Jul 2021 15:58:35 +0200
parents e55e4e8f9459
children 16aac0287485
comparison
equal deleted inserted replaced
322:7e9622c64c40 323:ae4c0c7b2254
777 if (accessor.get() == NULL) 777 if (accessor.get() == NULL)
778 { 778 {
779 throw Orthanc::OrthancException(Orthanc::ErrorCode_InternalError); 779 throw Orthanc::OrthancException(Orthanc::ErrorCode_InternalError);
780 } 780 }
781 781
782 #if ORTHANC_FRAMEWORK_VERSION_IS_ABOVE(1, 9, 2)
782 unsigned int attempt = 0; 783 unsigned int attempt = 0;
784 #endif
783 785
784 for (;;) 786 for (;;)
785 { 787 {
786 try 788 try
787 { 789 {