From a5bae93cd03180e94e32b64f4c3b9399e41196fc Mon Sep 17 00:00:00 2001 From: Benoit Foucher Date: Mon, 23 Sep 2019 12:28:06 +0200 Subject: Fixed warnings from Ice/retry test, fixes #539 --- cpp/test/Ice/retry/Server.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'cpp/test') diff --git a/cpp/test/Ice/retry/Server.cpp b/cpp/test/Ice/retry/Server.cpp index 83f3f1031a7..01d638236e9 100644 --- a/cpp/test/Ice/retry/Server.cpp +++ b/cpp/test/Ice/retry/Server.cpp @@ -20,6 +20,7 @@ Server::run(int argc, char** argv) { Ice::PropertiesPtr properties = createTestProperties(argc, argv); properties->setProperty("Ice.Warn.Dispatch", "0"); + properties->setProperty("Ice.Warn.Connections", "0"); properties->setProperty("Ice.PrintStackTraces", "0"); Ice::CommunicatorHolder communicator = initialize(argc, argv, properties); -- cgit v1.2.3