X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictEntry.cxx;h=763dc3b0ba32e972ae1e58d62817430f77b2ec6c;hb=68ba8dcb2f3a0ed059c51d8bfd9f7c826dc0342e;hp=1e135cb65dae7045e178320209bfad79d0e3628b;hpb=b6e445adae1963909952eeef10ea7c1d2e0d3e0d;p=gdcm.git diff --git a/src/gdcmDictEntry.cxx b/src/gdcmDictEntry.cxx index 1e135cb6..763dc3b0 100644 --- a/src/gdcmDictEntry.cxx +++ b/src/gdcmDictEntry.cxx @@ -1,17 +1,8 @@ // gdcmDictEntry.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 "gdcmDictEntry.h" #include // FIXME For sprintf -#include "gdcmDictEntry.h" #include "gdcmUtil.h"