]> Creatis software - gdcm.git/blobdiff - src/gdcmDict.cxx
* oops forgot to commit Changelog :)
[gdcm.git] / src / gdcmDict.cxx
index 2b8dff9e2b58fa2e9b86696cd694b6ecbcf99272..6808a8d0b27778cf83e319aefdab33fc3c875b85 100644 (file)
@@ -1,5 +1,15 @@
 // gdcmDict.cxx
 
+//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 <fstream>
 #include "gdcmDict.h"
 #include "gdcmUtil.h"