diff options
Diffstat (limited to 'cpp/test/Ice/defaultValue/Client.cpp')
-rw-r--r-- | cpp/test/Ice/defaultValue/Client.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Ice/defaultValue/Client.cpp b/cpp/test/Ice/defaultValue/Client.cpp index bac2d8d5258..d7e03208f7b 100644 --- a/cpp/test/Ice/defaultValue/Client.cpp +++ b/cpp/test/Ice/defaultValue/Client.cpp @@ -15,7 +15,7 @@ using namespace std; using namespace Test; int -run(int argc, char* argv[]) +run(int, char**) { void allTests(); allTests(); |