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