]> Creatis software - gdcm.git/blobdiff - src/gdcmHeaderIdo.cxx
* "gdcm::Unfound" string changed to a constant variable (GDCM_UNFOUND)
[gdcm.git] / src / gdcmHeaderIdo.cxx
index a6f1a4cd62e6636816f1281b84671943a0836e0e..cc905fdcd47c3faf6fd098a4631b56c509f17718 100644 (file)
@@ -1,5 +1,15 @@
 // gdcmHeaderIdo.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 "gdcmIdo.h"
 #include "gdcmUtil.h"
 using namespace std;