]> Creatis software - gdcm.git/blobdiff - src/gdcmJpeg.cxx
gdcm now deals with 16 Bits Run Length Encoded images
[gdcm.git] / src / gdcmJpeg.cxx
index 01416f35de0c6b21525687ee9763e3c8e79ab5c9..4b6146409bea80506ad0954ab40977687b74516a 100644 (file)
@@ -1,12 +1,3 @@
-//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 <stdio.h>
 #include "gdcmFile.h"