Mercurial > hg > orthanc
changeset 1480:f176ec4467e6
fix warning
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Sun, 02 Aug 2015 12:23:09 +0200 |
parents | 8f28a1cd2354 |
children | fbd0083034ae fae9b455f11e |
files | Core/Toolbox.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/Core/Toolbox.cpp Sun Aug 02 12:20:27 2015 +0200 +++ b/Core/Toolbox.cpp Sun Aug 02 12:23:09 2015 +0200 @@ -447,6 +447,7 @@ } +#if !defined(ORTHANC_ENABLE_MD5) || ORTHANC_ENABLE_MD5 == 1 static char GetHexadecimalCharacter(uint8_t value) { assert(value < 16); @@ -458,7 +459,6 @@ } -#if !defined(ORTHANC_ENABLE_MD5) || ORTHANC_ENABLE_MD5 == 1 void Toolbox::ComputeMD5(std::string& result, const std::string& data) {