X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmHeaderIdo.cxx;h=91a9aecfd1b584a9c89b959d704808f3e1d48d6e;hb=bed33c23d52354bfe0c3714493754c60c05cb320;hp=4c75ba7873a96db1592e6b9c34635e832c79c8ff;hpb=412e45113080662e115ad6a5771ae607fab2e7ea;p=gdcm.git diff --git a/src/gdcmHeaderIdo.cxx b/src/gdcmHeaderIdo.cxx index 4c75ba78..91a9aecf 100644 --- a/src/gdcmHeaderIdo.cxx +++ b/src/gdcmHeaderIdo.cxx @@ -1,15 +1,5 @@ // 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"