From 4a6acb0dabc2cbb3f7635a066523b8177527a4d0 Mon Sep 17 00:00:00 2001 From: Vladimir Glazounov Date: Mon, 25 Sep 2006 12:32:14 +0000 Subject: [PATCH] INTEGRATION: CWS obo05 (1.5.8); FILE MERGED 2006/08/28 13:48:35 obo 1.5.8.1: #i53611# diable warnings C4917 and 4555 --- embedserv/source/inc/iipaobj.hxx | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/embedserv/source/inc/iipaobj.hxx b/embedserv/source/inc/iipaobj.hxx index f1e87b01847c..3acbceda858f 100644 --- a/embedserv/source/inc/iipaobj.hxx +++ b/embedserv/source/inc/iipaobj.hxx @@ -4,9 +4,9 @@ * * $RCSfile: iipaobj.hxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: hr $ $Date: 2006-06-20 05:42:33 $ + * last change: $Author: vg $ $Date: 2006-09-25 13:32:14 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -35,6 +35,9 @@ #ifndef _IIPAOBJ_HXX_ #define _IIPAOBJ_HXX_ +#if defined(_MSC_VER) && (_MSC_VER > 1310) +#pragma warning(disable : 4917 4555) +#endif #include "stdafx.h" #include @@ -76,4 +79,4 @@ private: }; -#endif +#endif \ No newline at end of file