X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmJpeg2000.cxx;h=293930040df33b40bf900370d037efb873207c46;hb=97179b631f44205cdb2b4e2548fcdea4f0463d11;hp=fb942ba22438ac93bf53defc85c837227fda0583;hpb=d92be82d301c24a42e894d1d40b2b2c7173b1032;p=gdcm.git diff --git a/src/gdcmJpeg2000.cxx b/src/gdcmJpeg2000.cxx index fb942ba2..29393004 100644 --- a/src/gdcmJpeg2000.cxx +++ b/src/gdcmJpeg2000.cxx @@ -1,3 +1,12 @@ +//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 /* -------------------------------------------------------------------- */