diff options
| author | Alan Conway <aconway@apache.org> | 2006-10-24 21:13:01 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2006-10-24 21:13:01 +0000 |
| commit | 28a292ba973e13aaf2a83440b8d8bde576871ce7 (patch) | |
| tree | 5daded52fc1b8a0010237c9210370135527cf400 /qpid/cpp/test/unit | |
| parent | 7853774b9e2451cb4722eb63c53fc25a51c27b1a (diff) | |
| download | qpid-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.cpp | 2 |
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; |
