summaryrefslogtreecommitdiff
path: root/cpp/test/Slice/macros/Client.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/test/Slice/macros/Client.cpp')
-rw-r--r--cpp/test/Slice/macros/Client.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/test/Slice/macros/Client.cpp b/cpp/test/Slice/macros/Client.cpp
index 308a5e53e70..7ef1075ee13 100644
--- a/cpp/test/Slice/macros/Client.cpp
+++ b/cpp/test/Slice/macros/Client.cpp
@@ -22,7 +22,7 @@ public:
};
void
-Client::run(int argc, char** argv)
+Client::run(int, char**)
{
cout << "testing Slice predefined macros... " << flush;
DefaultPtr d = ICE_MAKE_SHARED(Default);