X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDict.cxx;h=6808a8d0b27778cf83e319aefdab33fc3c875b85;hb=06e5584ba82b9878b3e544a53c9575cf363fdb8c;hp=2b8dff9e2b58fa2e9b86696cd694b6ecbcf99272;hpb=cbdf7d814e2c43c37dff624581dd77ac178e9ce7;p=gdcm.git diff --git a/src/gdcmDict.cxx b/src/gdcmDict.cxx index 2b8dff9e..6808a8d0 100644 --- a/src/gdcmDict.cxx +++ b/src/gdcmDict.cxx @@ -1,5 +1,15 @@ // gdcmDict.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 #include "gdcmDict.h" #include "gdcmUtil.h"