cmtice 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! > > I'll try to get a fix for this asap.
I think this should fix the problem: https://github.com/llvm/llvm-project/pull/141259 . Kazu, could you verify that it does please? 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