diff options
author | Gordon Sim <gsim@apache.org> | 2009-11-11 15:13:06 +0000 |
---|---|---|
committer | Gordon Sim <gsim@apache.org> | 2009-11-11 15:13:06 +0000 |
commit | fe2b5f5849574d7281c16b6ba066ced2d25184e2 (patch) | |
tree | 74d6dde87b61b3098c5264f2042ec29ed99daf10 /cpp/src/tests | |
parent | d237891b9227f9663f677c18f946843ff1c2fdcd (diff) | |
download | qpid-python-fe2b5f5849574d7281c16b6ba066ced2d25184e2.tar.gz |
Fix compilation error on some platforms
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@834899 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
-rw-r--r-- | cpp/src/tests/MessagingSessionTests.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/tests/MessagingSessionTests.cpp b/cpp/src/tests/MessagingSessionTests.cpp index fc39557a0e..ce29099ef9 100644 --- a/cpp/src/tests/MessagingSessionTests.cpp +++ b/cpp/src/tests/MessagingSessionTests.cpp @@ -611,6 +611,7 @@ struct DeletePolicyFixture : public MessagingFixture case NEVER: return "{delete:never}"; } + return ""; } void testAll() |