X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmUtil.cxx;h=729d400eaf5ef8b9a99fb8b664ebffae47e2351c;hb=398de28036f1804dd0a77d5b715315f014253496;hp=90e945b2a1b50c1c88e4ba13c953b130ed83aee7;hpb=327ebc9b7c7f29ecd8515eb4657eb6fd4df801aa;p=gdcm.git diff --git a/src/gdcmUtil.cxx b/src/gdcmUtil.cxx index 90e945b2..729d400e 100644 --- a/src/gdcmUtil.cxx +++ b/src/gdcmUtil.cxx @@ -1,19 +1,10 @@ -// $Header: /cvs/public/gdcm/src/gdcmUtil.cxx,v 1.24 2003/09/24 13:29:49 jpr Exp $ +// $Header: /cvs/public/gdcm/src/gdcmUtil.cxx,v 1.25 2003/10/02 11:26:16 malaterre Exp $ -//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 "gdcmUtil.h" #include #include // For isspace #include -#include "gdcmUtil.h" // Library globals. gdcmDebug dbg;