summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/objects/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Ice/objects/Server.cpp')
-rw-r--r--cpp/test/Ice/objects/Server.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/test/Ice/objects/Server.cpp b/cpp/test/Ice/objects/Server.cpp
index 991233bfa0a..a501281b29b 100644
--- a/cpp/test/Ice/objects/Server.cpp
+++ b/cpp/test/Ice/objects/Server.cpp
@@ -88,6 +88,7 @@ main(int argc, char* argv[])
try
{
Ice::InitializationData initData = getTestInitData(argc, argv);
+ initData.properties->setProperty("Ice.Warn.Dispatch", "0");
Ice::CommunicatorHolder ich(argc, argv, initData);
return run(argc, argv, ich.communicator());
}