X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictSet.cxx;h=c13cf1dfd991d6fb5b707e4b2c113b1952f56117;hb=06e5584ba82b9878b3e544a53c9575cf363fdb8c;hp=d75a14e21b94249cc5d8cd60a2ce7f823432ee26;hpb=cbdf7d814e2c43c37dff624581dd77ac178e9ce7;p=gdcm.git diff --git a/src/gdcmDictSet.cxx b/src/gdcmDictSet.cxx index d75a14e2..c13cf1df 100644 --- a/src/gdcmDictSet.cxx +++ b/src/gdcmDictSet.cxx @@ -1,5 +1,16 @@ // gdcmDictEntry +#ifdef _MSC_VER +//'identifier' : decorated name length exceeded, name was truncated +//#pragma warning ( disable : 4503 ) +// '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 #include // For getenv #include "gdcmUtil.h"