예:
class C { int field; void foo() { field = unused_value; } void bar() { use(field); foo(); } };
이 검사가 변수 이니셜라이저를 무시하도록 하려면 아래 체크박스를 사용하세요.