[all-commits] [llvm/llvm-project] f0714c: [sanitizer] Fix warning on windows
Vitaly Buka via All-commits
all-commits at lists.llvm.org
Mon Mar 16 19:17:12 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f0714cbb6a91d0e2707d35508394607125ecb4ac
https://github.com/llvm/llvm-project/commit/f0714cbb6a91d0e2707d35508394607125ecb4ac
Author: Vitaly Buka <vitalybuka at google.com>
Date: 2020-03-16 (Mon, 16 Mar 2020)
Changed paths:
M compiler-rt/lib/sanitizer_common/tests/sanitizer_pthread_wrappers.h
Log Message:
-----------
[sanitizer] Fix warning on windows
Return value is not used anyway as PTHREAD_JOIN is not implemented.
More information about the All-commits
mailing list