[PATCH] D107835: [libunwind] Compile with -Wunused-but-set-variable

Daniel Kiss via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 31 07:10:23 PDT 2021


danielkiss added a comment.

In D107835#2948054 <https://reviews.llvm.org/D107835#2948054>, @dblaikie wrote:

> any chance this can inherit flag settings from llvm, so we can make such configuration choices in one place?

`-Wunused-but-set-variable` just added to unwind to be sure warnings won't come back. I don't see where it might cause problems. IIRC global runtime flags will be included in uninwd's cflags.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107835/new/

https://reviews.llvm.org/D107835



More information about the llvm-commits mailing list