mstorsjo wrote: > `-Wunused-but-set-parameter` should just be disabled IMO.
Yes, possibly. I think in this case, it's included implicitly through `-Wextra`. (Whether there's any point in building with `-Wextra` with GCC, when we don't tend to the warnings in a timely fashion anyway, is another discussion though.) > There is a known issue before gcc 14, see > https://github.com/llvm/llvm-project/blob/main/mlir/CMakeLists.txt#L105-L112 Oh, thanks for the pointer! https://github.com/llvm/llvm-project/pull/207516 _______________________________________________ lldb-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits
