소스 검색

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