X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmTS.cxx;h=33f49501f2cfdbe4d0bccff69442e1b649875508;hb=29bdd1e88a28b6267618f633f304e1154537ce7b;hp=8ed38d0ba186ac16905aa923526bb87fbd9d8b5b;hpb=48e636386a4c47aedb816f29799a20bcbaaf35db;p=gdcm.git diff --git a/src/gdcmTS.cxx b/src/gdcmTS.cxx index 8ed38d0b..33f49501 100644 --- a/src/gdcmTS.cxx +++ b/src/gdcmTS.cxx @@ -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 #include "gdcmTS.h"