diff options
Diffstat (limited to 'cpp/demo/IceGrid/allocate/Server.cpp')
-rw-r--r-- | cpp/demo/IceGrid/allocate/Server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/demo/IceGrid/allocate/Server.cpp b/cpp/demo/IceGrid/allocate/Server.cpp index 7b5aa45be34..9f9beabc384 100644 --- a/cpp/demo/IceGrid/allocate/Server.cpp +++ b/cpp/demo/IceGrid/allocate/Server.cpp @@ -29,7 +29,7 @@ main(int argc, char* argv[]) } int -Server::run(int argc, char* argv[]) +Server::run(int argc, char*[]) { if(argc > 1) { |