]> Creatis software - gdcm.git/blobdiff - src/gdcmJpeg12.cxx
istream replaced by std::istream
[gdcm.git] / src / gdcmJpeg12.cxx
index 3cc6c12591006cfe65aafbd50448ef14385d0bf8..4b1cff5db926e665bac1fd4091380aeb8c8eaa49 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"