summaryrefslogtreecommitdiff
path: root/cpp/src/slice2cs/Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2cs/Main.cpp')
-rw-r--r--cpp/src/slice2cs/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2cs/Main.cpp b/cpp/src/slice2cs/Main.cpp
index 051fa4d1539..bc80ce86701 100644
--- a/cpp/src/slice2cs/Main.cpp
+++ b/cpp/src/slice2cs/Main.cpp
@@ -46,7 +46,7 @@ Init init;
}
void
-interruptedCallback(int signal)
+interruptedCallback(int /*signal*/)
{
IceUtilInternal::MutexPtrLock<IceUtil::Mutex> sync(globalMutex);