浏览代码

Removed warning by commenting local variable.

Sascha Zelzer 14 年之前
父节点
当前提交
497efab31f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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