X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=inline;f=src%2FgdcmJpeg12.cxx;h=4b1cff5db926e665bac1fd4091380aeb8c8eaa49;hb=eb941e8785d3742b8a6a1aac964d43dcb4cf49f0;hp=3cc6c12591006cfe65aafbd50448ef14385d0bf8;hpb=c31fc7115263ca3349ada6348d6f1d2128f18e51;p=gdcm.git diff --git a/src/gdcmJpeg12.cxx b/src/gdcmJpeg12.cxx index 3cc6c125..4b1cff5d 100644 --- a/src/gdcmJpeg12.cxx +++ b/src/gdcmJpeg12.cxx @@ -1,3 +1,13 @@ +//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 "gdcmFile.h"