]> Creatis software - gdcm.git/blobdiff - src/gdcmRLE.cxx
Missing modalities added, to be compliant with DICOM Part 3.3 '2003
[gdcm.git] / src / gdcmRLE.cxx
index cc9fcaa1e226a57d8c10d6db9e35c707f6dbbde6..e927c298d1e2fbacb377be608fb01131ab890f5c 100644 (file)
@@ -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 <stdio.h>
 #include "gdcmFile.h"
 #include "jpeg/libijg8/cdjpeg.h"               /* Common decls for cjpeg/djpeg applications */