summaryrefslogtreecommitdiff
path: root/cpp/test/Ice/operations/ServerAMD.cpp
diff options
context:
space:
mode:
authorMatthew Newhook <matthew@zeroc.com>2006-06-05 16:53:21 +0000
committerMatthew Newhook <matthew@zeroc.com>2006-06-05 16:53:21 +0000
commitdc99d7ec93b9457b924d168b9b55543613963f0e (patch)
treeebb3cf194a2e7d0e1bd2bf455f9c3632f1b97a0a /cpp/test/Ice/operations/ServerAMD.cpp
parent- Changes to align dynamic filtering with the current Glacier2Filters wiki (diff)
downloadice-dc99d7ec93b9457b924d168b9b55543613963f0e.tar.bz2
ice-dc99d7ec93b9457b924d168b9b55543613963f0e.tar.xz
ice-dc99d7ec93b9457b924d168b9b55543613963f0e.zip
supress warnings.
Diffstat (limited to 'cpp/test/Ice/operations/ServerAMD.cpp')
-rw-r--r--cpp/test/Ice/operations/ServerAMD.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/test/Ice/operations/ServerAMD.cpp b/cpp/test/Ice/operations/ServerAMD.cpp
index b3506874852..b8c86da48be 100644
--- a/cpp/test/Ice/operations/ServerAMD.cpp
+++ b/cpp/test/Ice/operations/ServerAMD.cpp
@@ -34,6 +34,8 @@ main(int argc, char* argv[])
try
{
+ Ice::PropertiesPtr properties = Ice::getDefaultProperties(argc, argv);
+ properties->setProperty("Ice.Warn.Connections", "0");
communicator = Ice::initialize(argc, argv);
status = run(argc, argv, communicator);