diff options
author | Matthew Newhook <matthew@zeroc.com> | 2006-06-05 16:53:21 +0000 |
---|---|---|
committer | Matthew Newhook <matthew@zeroc.com> | 2006-06-05 16:53:21 +0000 |
commit | dc99d7ec93b9457b924d168b9b55543613963f0e (patch) | |
tree | ebb3cf194a2e7d0e1bd2bf455f9c3632f1b97a0a /cpp/test/Ice/operations/Server.cpp | |
parent | - Changes to align dynamic filtering with the current Glacier2Filters wiki (diff) | |
download | ice-dc99d7ec93b9457b924d168b9b55543613963f0e.tar.bz2 ice-dc99d7ec93b9457b924d168b9b55543613963f0e.tar.xz ice-dc99d7ec93b9457b924d168b9b55543613963f0e.zip |
supress warnings.
Diffstat (limited to 'cpp/test/Ice/operations/Server.cpp')
-rw-r--r-- | cpp/test/Ice/operations/Server.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/test/Ice/operations/Server.cpp b/cpp/test/Ice/operations/Server.cpp index 9b2f150ed0c..568de1dca4c 100644 --- a/cpp/test/Ice/operations/Server.cpp +++ b/cpp/test/Ice/operations/Server.cpp @@ -34,6 +34,9 @@ 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); } |