Return-Path: Delivered-To: apmail-xml-xalan-cvs-archive@www.apache.org Received: (qmail 15239 invoked from network); 27 Apr 2005 18:51:18 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Apr 2005 18:51:18 -0000 Received: (qmail 72717 invoked by uid 500); 27 Apr 2005 18:52:15 -0000 Delivered-To: apmail-xml-xalan-cvs-archive@xml.apache.org Received: (qmail 72650 invoked by uid 500); 27 Apr 2005 18:52:15 -0000 Mailing-List: contact xalan-cvs-help@xml.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: Delivered-To: mailing list xalan-cvs@xml.apache.org Received: (qmail 72631 invoked by uid 99); 27 Apr 2005 18:52:14 -0000 X-ASF-Spam-Status: No, hits=0.2 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from minotaur.apache.org (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.28) with SMTP; Wed, 27 Apr 2005 11:52:14 -0700 Received: (qmail 15234 invoked by uid 1034); 27 Apr 2005 18:51:16 -0000 Date: 27 Apr 2005 18:51:16 -0000 Message-ID: <20050427185116.15233.qmail@minotaur.apache.org> From: dbertoni@apache.org To: xml-xalan-cvs@apache.org Subject: cvs commit: xml-xalan/c/src/xalanc/Include VCPPDefinitions.hpp X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N dbertoni 2005/04/27 11:51:16 Modified: c/src/xalanc/Include VCPPDefinitions.hpp Log: Disable a few warnings about debug symbols being truncated. Revision Changes Path 1.11 +1 -1 xml-xalan/c/src/xalanc/Include/VCPPDefinitions.hpp Index: VCPPDefinitions.hpp =================================================================== RCS file: /home/cvs/xml-xalan/c/src/xalanc/Include/VCPPDefinitions.hpp,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- VCPPDefinitions.hpp 9 Nov 2004 16:06:04 -0000 1.10 +++ VCPPDefinitions.hpp 27 Apr 2005 18:51:16 -0000 1.11 @@ -17,7 +17,7 @@ #define VCPPDEFINITIONS_HEADER_GUARD_1357924680 -#pragma warning(disable: 4127 4251 4511 4512 4514 4702 4710 4711 4786 4097; error: 4150 4172 4238 4239 4715) +#pragma warning(disable: 4127 4251 4511 4512 4514 4702 4710 4711 4786 4097 4503 4786; error: 4150 4172 4238 4239 4715) // --------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org For additional commands, e-mail: xalan-cvs-help@xml.apache.org