medismailben wrote: PR testing is complaining about an unused variable
``` 2026-05-06T20:09:52.3371635Z /home/gha/actions-runner/_work/llvm-project/llvm-project/lldb/source/API/SBTarget.cpp:703:41: error: unused variable 'new_override' [-Werror,-Wunused-variable] 2026-05-06T20:09:52.3372973Z 703 | ScriptedBreakpointResolverOverride *new_override = 2026-05-06T20:09:52.3373746Z | ^~~~~~~~~~~~ 2026-05-06T20:09:52.3374204Z 1 error generated. ``` https://github.com/llvm/llvm-project/pull/195392 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
