summaryrefslogtreecommitdiff
path: root/cpp/test
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
commitb2b4d120e145687358e3e448678619079798fb77 (patch)
tree8aa5a2a7af785516abcdc2c4fae0796dd5e32086 /cpp/test
parent6920d8261ca0cdbb7e547a756a32dfd067cd15bc (diff)
downloadqpid-python-b2b4d120e145687358e3e448678619079798fb77.tar.gz
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
Diffstat (limited to 'cpp/test')
-rw-r--r--cpp/test/unit/qpid/broker/ChannelTest.cpp2
1 files changed, 1 insertions, 1 deletions
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;