================
@@ -1159,6 +1159,40 @@ class StopInfoUnixSignal : public StopInfo {
     return false;
   }
 
+  void PerformAction(Event *event_ptr) override {
----------------
DavidSpickett wrote:

Mark the parameter unused, like it's done in this existing function:
```
  bool ValidateBreakpoint(size_t size,
                          [[maybe_unused]] lldb::addr_t addr) override {
```

https://github.com/llvm/llvm-project/pull/174348
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to