[libcxx-commits] [PATCH] D107835: [libunwind] Compile with -Wunused-but-set-variable
Daniel Kiss via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Tue Aug 31 11:12:56 PDT 2021
danielkiss added a comment.
> But I'd object more to adding extra warnings per project without a pretty significant reason that one subproject should differ from others.
Flag is added here to have some regression check for the unused variables as this issue come up not just for me.
I'd keep the flag here until it is enable globally.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107835/new/
https://reviews.llvm.org/D107835
More information about the libcxx-commits
mailing list