Mercurial > hg > orthanc
comparison Plugins/Samples/Common/OrthancPluginCppWrapper.h @ 2056:e166a902b3c4
removal of warnings in msvc
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 27 Jun 2016 17:35:58 +0200 |
parents | 438f86ee19fc |
children | 54417b0831c4 |
comparison
equal
deleted
inserted
replaced
2055:6aa5ae36a004 | 2056:e166a902b3c4 |
---|---|
353 catch (Orthanc::OrthancException& e) | 353 catch (Orthanc::OrthancException& e) |
354 { | 354 { |
355 return static_cast<OrthancPluginErrorCode>(e.GetErrorCode()); | 355 return static_cast<OrthancPluginErrorCode>(e.GetErrorCode()); |
356 } | 356 } |
357 #endif | 357 #endif |
358 catch (boost::bad_lexical_cast& e) | 358 catch (boost::bad_lexical_cast&) |
359 { | 359 { |
360 return OrthancPluginErrorCode_BadFileFormat; | 360 return OrthancPluginErrorCode_BadFileFormat; |
361 } | 361 } |
362 catch (...) | 362 catch (...) |
363 { | 363 { |