Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 31436 invoked from network); 11 Jul 2005 15:38:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 11 Jul 2005 15:38:45 -0000 Received: (qmail 35189 invoked by uid 500); 11 Jul 2005 15:38:41 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 35110 invoked by uid 500); 11 Jul 2005 15:38:40 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 34944 invoked by uid 99); 11 Jul 2005 15:38:39 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jul 2005 08:38:38 -0700 X-ASF-Spam-Status: No, hits=0.8 required=10.0 tests=DNS_FROM_RFC_ABUSE,SPF_HELO_FAIL,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of john_kelly@uk.ibm.com designates 195.212.29.134 as permitted sender) Received: from [195.212.29.134] (HELO mtagate1.uk.ibm.com) (195.212.29.134) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 11 Jul 2005 08:38:36 -0700 Received: from d06nrmr1407.portsmouth.uk.ibm.com (d06nrmr1407.portsmouth.uk.ibm.com [9.149.38.185]) by mtagate1.uk.ibm.com (8.12.10/8.12.10) with ESMTP id j6BFcXJP083802 for ; Mon, 11 Jul 2005 15:38:33 GMT Received: from d06av02.portsmouth.uk.ibm.com (d06av02.portsmouth.uk.ibm.com [9.149.37.228]) by d06nrmr1407.portsmouth.uk.ibm.com (8.12.10/NCO/VER6.6) with ESMTP id j6BFcXnb250208 for ; Mon, 11 Jul 2005 16:38:33 +0100 Received: from d06av02.portsmouth.uk.ibm.com (loopback [127.0.0.1]) by d06av02.portsmouth.uk.ibm.com (8.12.11/8.13.3) with ESMTP id j6BFcXtI010145 for ; Mon, 11 Jul 2005 16:38:33 +0100 Received: from d06ml067.portsmouth.uk.ibm.com (d06ml067.portsmouth.uk.ibm.com [9.149.38.140]) by d06av02.portsmouth.uk.ibm.com (8.12.11/8.12.11) with ESMTP id j6BFcWRi010118 for ; Mon, 11 Jul 2005 16:38:32 +0100 Subject: Compiling on MSVC7 To: axis-c-dev@ws.apache.org X-Mailer: Lotus Notes Release 6.0.2CF1 June 9, 2003 Message-ID: From: John Kelly Date: Mon, 11 Jul 2005 16:35:15 +0100 X-MIMETrack: Serialize by Router on D06ML067/06/M/IBM(Release 6.53HF247 | January 6, 2005) at 11/07/2005 16:38:32 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Hi, I've just tried to compile the code on MSVC7 and got hit by a lot of warnings of type C4290 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vccore98/html/c4290.asp implies that it is not unreasonable to ignore this warning. FYI - The warning, current a LEVEL 3 warning can easily be demoted to a LEVEL 4 warning by adding the following to buildInitialize.xml new line >>>>> regards John