X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmJpeg.cxx;h=c4d3db4cf97a96b7baa793d7c8cbbf0a15301fe3;hb=ea14e11cdd726f9c7e6d6384c7e9e508bc6efc2d;hp=01416f35de0c6b21525687ee9763e3c8e79ab5c9;hpb=eb941e8785d3742b8a6a1aac964d43dcb4cf49f0;p=gdcm.git diff --git a/src/gdcmJpeg.cxx b/src/gdcmJpeg.cxx index 01416f35..c4d3db4c 100644 --- a/src/gdcmJpeg.cxx +++ b/src/gdcmJpeg.cxx @@ -1,20 +1,8 @@ -//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" -// for jpeglib defined BITS_IN_JSAMPLE -#include "jpeg/libijg8/jBitsInJsample.h" -// FIXME : find something else when both -// libJpeg8 and libJpeg12 will be active +#define BITS_IN_JSAMPLE 8 #define DEBUG 0