X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictEntry.cxx;h=85449a083320d0ddc5f6914c69d7fe3f100f1be3;hb=06e5584ba82b9878b3e544a53c9575cf363fdb8c;hp=152e6d090d03a3a19c18e60652e238bca3c7ad0a;hpb=3e78befc911eac2ecc70747854911d1f803797b5;p=gdcm.git diff --git a/src/gdcmDictEntry.cxx b/src/gdcmDictEntry.cxx index 152e6d09..85449a08 100644 --- a/src/gdcmDictEntry.cxx +++ b/src/gdcmDictEntry.cxx @@ -1,5 +1,15 @@ // gdcmDictEntry.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 // FIXME For sprintf #include "gdcmDictEntry.h" #include "gdcmUtil.h"