X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmVR.cxx;h=64d708e366669dd9c5125dd92f6cc703a12a9db7;hb=06e5584ba82b9878b3e544a53c9575cf363fdb8c;hp=c20aa4a2f0a5a515f8f72026c11c9a9bf5849543;hpb=0457e1e8fc68df6d9e2d1a0fcd0053ecee3c5ad7;p=gdcm.git diff --git a/src/gdcmVR.cxx b/src/gdcmVR.cxx index c20aa4a2..64d708e3 100644 --- a/src/gdcmVR.cxx +++ b/src/gdcmVR.cxx @@ -1,5 +1,15 @@ // gdcmVR.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 "gdcmVR.h" gdcmVR::gdcmVR(void) {