]> Creatis software - gdcm.git/blobdiff - src/gdcmJpeg2000.cxx
ostream replaced by std::ostream
[gdcm.git] / src / gdcmJpeg2000.cxx
index fb942ba22438ac93bf53defc85c837227fda0583..293930040df33b40bf900370d037efb873207c46 100644 (file)
@@ -1,3 +1,12 @@
+//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
  
  
  /* -------------------------------------------------------------------- */