From 047677f816eb972a75213f3ed62dfc03368c2736 Mon Sep 17 00:00:00 2001 From: Jose Date: Fri, 11 Jan 2013 00:37:06 +0100 Subject: Fixed (ICE-5181) - unreferenced formal parameter --- cpp/src/slice2cpp/Main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/slice2cpp/Main.cpp') diff --git a/cpp/src/slice2cpp/Main.cpp b/cpp/src/slice2cpp/Main.cpp index f7c3c0dac99..b3d2704bf8f 100644 --- a/cpp/src/slice2cpp/Main.cpp +++ b/cpp/src/slice2cpp/Main.cpp @@ -46,7 +46,7 @@ Init init; } void -interruptedCallback(int signal) +interruptedCallback(int /*signal*/) { IceUtilInternal::MutexPtrLock sync(globalMutex); -- cgit v1.2.3