[PATCH] D29860: [XRay] [compiler-rt] [NFC] Annotate unused variables for the compiler.
Dean Michael Berris via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 13 09:56:26 PST 2017
dberris added inline comments.
================
Comment at: lib/xray/xray_fdr_logging.cc:526
-static auto Unused = [] {
+static auto UNUSED Unused = [] {
using namespace __xray;
----------------
Where does `UNUSED` come from?
https://reviews.llvm.org/D29860
More information about the llvm-commits
mailing list