]> Creatis software - gdcm.git/blobdiff - src/gdcmRLE.cxx
FIX: CV++
[gdcm.git] / src / gdcmRLE.cxx
index 7bdcee608734f544bf3e5fbb531c1c362d386602..ae9149c3a5ca643c186ab09fdfe2b71cdca04e12 100644 (file)
@@ -1,12 +1,3 @@
-//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 "gdcmFile.h"