summaryrefslogtreecommitdiff
path: root/qpid/cpp/test/unit
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2006-10-24 21:13:01 +0000
committerAlan Conway <aconway@apache.org>2006-10-24 21:13:01 +0000
commit28a292ba973e13aaf2a83440b8d8bde576871ce7 (patch)
tree5daded52fc1b8a0010237c9210370135527cf400 /qpid/cpp/test/unit
parent7853774b9e2451cb4722eb63c53fc25a51c27b1a (diff)
downloadqpid-python-28a292ba973e13aaf2a83440b8d8bde576871ce7.tar.gz
Makefile support for optimized release build. Do make BUILD=RELEASE.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@467486 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/test/unit')
-rw-r--r--qpid/cpp/test/unit/qpid/broker/ChannelTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/test/unit/qpid/broker/ChannelTest.cpp b/qpid/cpp/test/unit/qpid/broker/ChannelTest.cpp
index 967ec0388f..b0907a40f3 100644
--- a/qpid/cpp/test/unit/qpid/broker/ChannelTest.cpp
+++ b/qpid/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;