summaryrefslogtreecommitdiff
path: root/cpp/test/IceGrid/replication/Server.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/IceGrid/replication/Server.cpp')
-rw-r--r--cpp/test/IceGrid/replication/Server.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceGrid/replication/Server.cpp b/cpp/test/IceGrid/replication/Server.cpp
index 87698644af6..0fbae37e9c7 100644
--- a/cpp/test/IceGrid/replication/Server.cpp
+++ b/cpp/test/IceGrid/replication/Server.cpp
@@ -21,7 +21,7 @@ public:
};
int
-Server::run(int argc, char* argv[])
+Server::run(int, char**)
{
Ice::ObjectAdapterPtr adapter = communicator()->createObjectAdapter("TestAdapter");
Ice::ObjectPtr object = new TestI();