georgthegreat wrote:

@MaskRay, we build libunwind using our own build system with the clang default 
set of warnings enabled.

There is already a couple of `[[maybe_unused]]` attributes in this library, so 
I do not bring anything new:
```
(dflt) thegeorg@jakku:~/contrib/llvm/libunwind@main$ rg unused]]
src/Unwind-EHABI.cpp
890:[[gnu::unused]] static uint64_t

src/UnwindCursor.hpp
3050:  [[maybe_unused]] const int Result = syscall(
```

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

Reply via email to