diff options
Diffstat (limited to 'cpp/test/IceUtil/ctrlCHandler/Client.cpp')
-rw-r--r-- | cpp/test/IceUtil/ctrlCHandler/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/IceUtil/ctrlCHandler/Client.cpp b/cpp/test/IceUtil/ctrlCHandler/Client.cpp index 05be89e95a2..a1f8514bd07 100644 --- a/cpp/test/IceUtil/ctrlCHandler/Client.cpp +++ b/cpp/test/IceUtil/ctrlCHandler/Client.cpp @@ -28,7 +28,7 @@ public: }; void -Client::run(int argc, char** argv) +Client::run(int, char**) { { cout << "First ignore CTRL+C and the like for 10 seconds (try it!)" << endl; |