]> Creatis software - gdcm.git/blobdiff - src/gdcmHeaderIdo.cxx
- garbage Siemens 'Leonardo' images dealt with
[gdcm.git] / src / gdcmHeaderIdo.cxx
index 4c75ba7873a96db1592e6b9c34635e832c79c8ff..91a9aecfd1b584a9c89b959d704808f3e1d48d6e 100644 (file)
@@ -1,15 +1,5 @@
 // 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"