X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmHeaderIdo.cxx;h=71a1d123f0ccf4c783d670cc82e475290bfd770e;hb=2eeb2731f8d535c41bff042fc7277b1ae003b4ff;hp=a6f1a4cd62e6636816f1281b84671943a0836e0e;hpb=3e78befc911eac2ecc70747854911d1f803797b5;p=gdcm.git diff --git a/src/gdcmHeaderIdo.cxx b/src/gdcmHeaderIdo.cxx index a6f1a4cd..71a1d123 100644 --- a/src/gdcmHeaderIdo.cxx +++ b/src/gdcmHeaderIdo.cxx @@ -1,8 +1,17 @@ // gdcmHeaderIdo.cxx +//This is needed when compiling in debug mode +#ifdef _MSC_VER +// '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 "gdcmIdo.h" #include "gdcmUtil.h" -using namespace std; gdcmHeaderIdo::gdcmHeaderIdo (char* InFilename) : gdcmHeader(InFilename)