diff Core/DicomNetworking/Internals/CommandDispatcher.cpp @ 3451:1bcc35e4615a

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 27 Jun 2019 16:49:31 +0200
parents 6e42d676401c
children e327b44780bb 94f4a18a79cc
line wrap: on
line diff
--- a/Core/DicomNetworking/Internals/CommandDispatcher.cpp	Wed Jun 26 08:04:57 2019 +0200
+++ b/Core/DicomNetworking/Internals/CommandDispatcher.cpp	Thu Jun 27 16:49:31 2019 +0200
@@ -459,7 +459,7 @@
       // The global variable "numberOfDcmAllStorageSOPClassUIDs" is
       // only published if DCMTK >= 3.6.2:
       // https://bitbucket.org/sjodogne/orthanc/issues/137
-      assert(count == numberOfDcmAllStorageSOPClassUIDs);
+      assert(static_cast<int>(count) == numberOfDcmAllStorageSOPClassUIDs);
 #endif
       
       cond = ASC_acceptContextsWithPreferredTransferSyntaxes(