Explorar o código

Removed warning by commenting local variable.

Sascha Zelzer %!s(int64=14) %!d(string=hai) anos
pai
achega
497efab31f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Libs/PluginFramework/ctkPluginPrivate.cpp

+ 1 - 1
Libs/PluginFramework/ctkPluginPrivate.cpp

@@ -378,7 +378,7 @@ void ctkPluginPrivate::removePluginResources()
     {
       i.next()->unregister();
     }
-    catch (const std::logic_error& ignore)
+    catch (const std::logic_error& /*ignore*/)
     {
       // Someone has unregistered the service after stop completed.
       // This should not occur, but we don't want get stuck in