]> Creatis software - gdcm.git/blobdiff - src/gdcmTS.cxx
Benoit Regrain : Modify the rules for checking the paths
[gdcm.git] / src / gdcmTS.cxx
index 8ed38d0ba186ac16905aa923526bb87fbd9d8b5b..33f49501f2cfdbe4d0bccff69442e1b649875508 100644 (file)
@@ -1,15 +1,5 @@
 // gdcmTS.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 <stdio.h>
 
 #include "gdcmTS.h"