]> Creatis software - gdcm.git/blobdiff - src/gdcmJpeg.cxx
* oops forgot to commit Changelog :)
[gdcm.git] / src / gdcmJpeg.cxx
index 4796cb46f570fc72c8fda1901a40f41cbcb17f88..01416f35de0c6b21525687ee9763e3c8e79ab5c9 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"