kazutakahirata wrote:

@cmtice I'm getting:

```
lldb/include/lldb/ValueObject/DILParser.h:121:8: error: private field 
'm_fragile_ivar' is not used [-Werror,-Wunused-private-field]
  121 |   bool m_fragile_ivar;
      |        ^
lldb/include/lldb/ValueObject/DILParser.h:122:8: error: private field 
'm_check_ptr_vs_member' is not used [-Werror,-Wunused-private-field]
  122 |   bool m_check_ptr_vs_member;
      |        ^
2 errors generated.
```

Would you mind taking a look?  Should I just remove these variables, adjust the 
constructor, and the callers of the constructor?  Thanks!


https://github.com/llvm/llvm-project/pull/138093
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to