[all-commits] [llvm/llvm-project] 143854: [DFSAN] Silence parameter 'va_labels' set but not ...

Jie Fu (傅杰) via All-commits all-commits at lists.llvm.org
Tue Sep 5 18:29:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1438544e2364c589efcf6cb15b90486ff0dc3f9d
      https://github.com/llvm/llvm-project/commit/1438544e2364c589efcf6cb15b90486ff0dc3f9d
  Author: Jie Fu <jiefu at tencent.com>
  Date:   2023-09-06 (Wed, 06 Sep 2023)

  Changed paths:
    M compiler-rt/lib/dfsan/dfsan_custom.cpp

  Log Message:
  -----------
  [DFSAN] Silence parameter 'va_labels' set but not used warning (NFC)

/data/llvm-project/compiler-rt/lib/dfsan/dfsan_custom.cpp:2546:37: error: parameter 'va_labels' set but not used [-Werror,-Wunused-but-set-parameter]
                       dfsan_label *va_labels, dfsan_label *ret_label,
                                    ^
1 error generated.




More information about the All-commits mailing list