comparison Core/SerializationToolbox.cpp @ 3129:c262b10bfae1

fix build of civetweb for Visual Studio 2008 and LSB
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 16 Jan 2019 12:17:29 +0100
parents 4e43e67f8ecf
children ae866fc06df5 94f4a18a79cc
comparison
equal deleted inserted replaced
3126:b1787ba94eef 3129:c262b10bfae1
51 try 51 try
52 { 52 {
53 tag = FromDcmtkBridge::ParseTag(name); 53 tag = FromDcmtkBridge::ParseTag(name);
54 return true; 54 return true;
55 } 55 }
56 catch (OrthancException& e) 56 catch (OrthancException&)
57 { 57 {
58 return false; 58 return false;
59 } 59 }
60 #else 60 #else
61 return DicomTag::ParseHexadecimal(tag, name); 61 return DicomTag::ParseHexadecimal(tag, name);