]> Creatis software - gdcm.git/blobdiff - src/gdcmDictEntry.cxx
*ENH: Can read CT-MONO2-8-abdo.dcm now
[gdcm.git] / src / gdcmDictEntry.cxx
index 1e135cb65dae7045e178320209bfad79d0e3628b..763dc3b0ba32e972ae1e58d62817430f77b2ec6c 100644 (file)
@@ -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 <stdio.h>    // FIXME For sprintf
-#include "gdcmDictEntry.h"
 #include "gdcmUtil.h"