X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmException.cxx;h=d2d3d7cd030221b5c11ba898d5998cff8c5080eb;hb=a18a9f20d96301e1c91be637415599e5fdc1ca43;hp=d3120b94130f1d8556aa722ac68bccf131812b7d;hpb=33033b2d83bdb78f53162753b9d05a5f9885eae9;p=gdcm.git diff --git a/src/gdcmException.cxx b/src/gdcmException.cxx index d3120b94..d2d3d7cd 100644 --- a/src/gdcmException.cxx +++ b/src/gdcmException.cxx @@ -1,13 +1,3 @@ -#ifdef _MSC_VER -//'identifier' : not all control paths return a value -//#pragma warning ( disable : 4715 ) -// 'identifier' : class 'type' needs to have dll-interface to be used by -// clients of class 'type2' -#pragma warning ( disable : 4251 ) -// 'identifier' : identifier was truncated to 'number' characters in the -// debug information -#pragma warning ( disable : 4786 ) -#endif //_MSC_VER #include "gdcmException.h" @@ -89,7 +79,7 @@ std::ostream& operator<<(std::ostream &os, const gdcmException &e) { os << "Exception " << e.getName() << " thrown: " << e.getError() << std::endl; } catch(...) { - gdcmException::fatal("operator<<(ostream &, const gdcmException&)"); + gdcmException::fatal("operator<<(std::ostream &, const gdcmException&)"); } return os; }