You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ch...@apache.org on 2014/07/11 17:14:05 UTC

svn commit: r1609726 - /qpid/trunk/qpid/cpp/src/tests/MessagingSessionTests.cpp

Author: chug
Date: Fri Jul 11 15:14:05 2014
New Revision: 1609726

URL: http://svn.apache.org/r1609726
Log:
QPID-5858: Remove unneeded line that generates a warning on Windows VS2010.

2>  MessagingSessionTests.cpp
2>..\..\..\cpp\src\tests\MessagingSessionTests.cpp(1438): warning C4930: 
  'std::string queue(void)': prototyped function not called (was a variable definition intended?)

Modified:
    qpid/trunk/qpid/cpp/src/tests/MessagingSessionTests.cpp

Modified: qpid/trunk/qpid/cpp/src/tests/MessagingSessionTests.cpp
URL: http://svn.apache.org/viewvc/qpid/trunk/qpid/cpp/src/tests/MessagingSessionTests.cpp?rev=1609726&r1=1609725&r2=1609726&view=diff
==============================================================================
--- qpid/trunk/qpid/cpp/src/tests/MessagingSessionTests.cpp (original)
+++ qpid/trunk/qpid/cpp/src/tests/MessagingSessionTests.cpp Fri Jul 11 15:14:05 2014
@@ -1435,7 +1435,6 @@ QPID_AUTO_TEST_CASE(testCloseAndMultiple
 QPID_AUTO_TEST_CASE(testSessionCheckError)
 {
     MessagingFixture fix;
-    std::string queue();
     Session session = fix.connection.createSession();
     Sender sender = session.createSender("q; {create:always, node:{x-declare:{auto-delete:True, arguments:{qpid.max_count:1}}}}");
     ScopedSuppressLogging sl;



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@qpid.apache.org
For additional commands, e-mail: commits-help@qpid.apache.org