X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=src%2FgdcmParsePixels.cxx;h=c95b825f5cf1c0b491b5918b145e2c70d6bebf8f;hb=36065b288af82c4259a56523a3bd5fb4a529d7b5;hp=40311776c1ca73d957d0f42cb2a4382c6c81c7e9;hpb=b1cbd2d3c12ccac8b257901236fe8eb27a20b117;p=gdcm.git diff --git a/src/gdcmParsePixels.cxx b/src/gdcmParsePixels.cxx index 40311776..c95b825f 100644 --- a/src/gdcmParsePixels.cxx +++ b/src/gdcmParsePixels.cxx @@ -1,19 +1,7 @@ // gdcmParse.cxx //----------------------------------------------------------------------------- -//This is needed when compiling in debug mode -#ifdef _MSC_VER -// 'type' : forcing value to bool 'true' or 'false' (performance warning) -//#pragma warning ( disable : 4800 ) -// '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 "gdcmCommon.h" #include "gdcmFile.h" -#include "gdcmUtil.h" #define str2num(str, typeNum) *((typeNum *)(str))