X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmRLE.cxx;h=ae9149c3a5ca643c186ab09fdfe2b71cdca04e12;hb=29bdd1e88a28b6267618f633f304e1154537ce7b;hp=7bdcee608734f544bf3e5fbb531c1c362d386602;hpb=48e636386a4c47aedb816f29799a20bcbaaf35db;p=gdcm.git diff --git a/src/gdcmRLE.cxx b/src/gdcmRLE.cxx index 7bdcee60..ae9149c3 100644 --- a/src/gdcmRLE.cxx +++ b/src/gdcmRLE.cxx @@ -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 #include "gdcmFile.h"