Skip to content
Commit 6fec509a authored by Reid Kleckner's avatar Reid Kleckner
Browse files

Silence an MSVC warning about testing a function for truth without calling it

In general, this is a reasonable warning, except real_pthread_create is
weak and can be null.  The existing usage is correct as it the function
is declared with SANITIZER_WEAK, but MSVC can't know that because it is
defined to nothing on Windows.

llvm-svn: 229562
parent 78857766
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment