X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmException.cxx;h=53d40a73c0af6ab282e7cfbb6ad3d1ed55dddab9;hb=06e5584ba82b9878b3e544a53c9575cf363fdb8c;hp=c1ee3086fcb29c3a90d2b79fcbc013560f14e3f5;hpb=3e78befc911eac2ecc70747854911d1f803797b5;p=gdcm.git diff --git a/src/gdcmException.cxx b/src/gdcmException.cxx index c1ee3086..53d40a73 100644 --- a/src/gdcmException.cxx +++ b/src/gdcmException.cxx @@ -1,3 +1,14 @@ +#ifdef _MSC_VER +//'identifier' : not all control paths return a value +//#pragma warning ( disable : 4715 ) +// '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 "gdcmException.h" #include