summaryrefslogtreecommitdiff
path: root/cpp/src/slice2confluence/Main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/slice2confluence/Main.cpp')
-rw-r--r--cpp/src/slice2confluence/Main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/slice2confluence/Main.cpp b/cpp/src/slice2confluence/Main.cpp
index 0e6b6c21e56..2d30cada84d 100644
--- a/cpp/src/slice2confluence/Main.cpp
+++ b/cpp/src/slice2confluence/Main.cpp
@@ -71,7 +71,7 @@ splitCommas(string& str)
}
void
-interruptedCallback(int signal)
+interruptedCallback(int)
{
IceUtilInternal::MutexPtrLock<IceUtil::Mutex> sync(globalMutex);