From b2b4d120e145687358e3e448678619079798fb77 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Tue, 24 Oct 2006 21:13:01 +0000 Subject: Makefile support for optimized release build. Do make BUILD=RELEASE. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@467486 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/test/unit/qpid/broker/ChannelTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/test') diff --git a/cpp/test/unit/qpid/broker/ChannelTest.cpp b/cpp/test/unit/qpid/broker/ChannelTest.cpp index 967ec0388f..b0907a40f3 100644 --- a/cpp/test/unit/qpid/broker/ChannelTest.cpp +++ b/cpp/test/unit/qpid/broker/ChannelTest.cpp @@ -76,7 +76,7 @@ class ChannelTest : public CppUnit::TestCase Channel channel(0, 0, 0); CPPUNIT_ASSERT(!channel.exists("my_consumer")); - ConnectionToken* owner; + ConnectionToken* owner = 0; string tag("my_consumer"); channel.consume(tag, queue, false, false, owner); string tagA; -- cgit v1.2.1