X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmDictSet.cxx;h=c13cf1dfd991d6fb5b707e4b2c113b1952f56117;hb=06e5584ba82b9878b3e544a53c9575cf363fdb8c;hp=9a8bea4c443c2e9aa59a526e1b0cf356602177ff;hpb=0457e1e8fc68df6d9e2d1a0fcd0053ecee3c5ad7;p=gdcm.git diff --git a/src/gdcmDictSet.cxx b/src/gdcmDictSet.cxx index 9a8bea4c..c13cf1df 100644 --- a/src/gdcmDictSet.cxx +++ b/src/gdcmDictSet.cxx @@ -1,9 +1,21 @@ // gdcmDictEntry +#ifdef _MSC_VER +//'identifier' : decorated name length exceeded, name was truncated +//#pragma warning ( disable : 4503 ) +// '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 // For getenv #include "gdcmUtil.h" #include "gdcmDictSet.h" +using namespace std; #define PUB_DICT_NAME "DicomV3Dict" #ifndef PUB_DICT_PATH @@ -98,7 +110,7 @@ gdcmDictSet::~gdcmDictSet() { /** * \ingroup gdcmDictSet * \brief Loads a dictionary from a specified file, and add it - * to allready the existing ones contained in this gdcmDictSet. + * to already the existing ones contained in this gdcmDictSet. * @param FileName Absolute or relative filename containing the * dictionary to load. * @param Name Symbolic name that be used as identifier of the newly