From commits-return-15515-apmail-activemq-commits-archive=activemq.apache.org@activemq.apache.org Mon Feb 07 15:34:35 2011 Return-Path: Delivered-To: apmail-activemq-commits-archive@www.apache.org Received: (qmail 49814 invoked from network); 7 Feb 2011 15:34:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 7 Feb 2011 15:34:35 -0000 Received: (qmail 37814 invoked by uid 500); 7 Feb 2011 15:34:35 -0000 Delivered-To: apmail-activemq-commits-archive@activemq.apache.org Received: (qmail 37751 invoked by uid 500); 7 Feb 2011 15:34:33 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 37744 invoked by uid 99); 7 Feb 2011 15:34:32 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Feb 2011 15:34:32 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 07 Feb 2011 15:34:32 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id D34F02388A41; Mon, 7 Feb 2011 15:34:11 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1067970 - /activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/util/Config.h Date: Mon, 07 Feb 2011 15:34:11 -0000 To: commits@activemq.apache.org From: tabish@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20110207153411.D34F02388A41@eris.apache.org> Author: tabish Date: Mon Feb 7 15:34:11 2011 New Revision: 1067970 URL: http://svn.apache.org/viewvc?rev=1067970&view=rev Log: Turn off warning for behavior change from VC2005 to VC2008 Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/util/Config.h Modified: activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/util/Config.h URL: http://svn.apache.org/viewvc/activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/util/Config.h?rev=1067970&r1=1067969&r2=1067970&view=diff ============================================================================== --- activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/util/Config.h (original) +++ activemq/activemq-cpp/trunk/activemq-cpp/src/main/decaf/util/Config.h Mon Feb 7 15:34:11 2011 @@ -76,6 +76,7 @@ #endif #pragma warning(disable: 4996) #pragma warning(disable: 4250) + #pragma warning(disable: 4351) #endif /* Has windows.h already been included? If so, our preferences don't matter,