]> Creatis software - gdcm.git/blobdiff - src/gdcmDictSet.cxx
* oops forgot to commit Changelog :)
[gdcm.git] / src / gdcmDictSet.cxx
index d75a14e21b94249cc5d8cd60a2ce7f823432ee26..c13cf1dfd991d6fb5b707e4b2c113b1952f56117 100644 (file)
@@ -1,5 +1,16 @@
 // gdcmDictEntry
 
+#ifdef _MSC_VER
+//'identifier' : decorated name length exceeded, name was truncated
+//#pragma warning ( disable : 4503 )
+// '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 <stdlib.h>  // For getenv
 #include "gdcmUtil.h"