Pacify sanitizer lint script that still does not run on Windows

llvm-svn: 338334
This commit is contained in:
Reid Kleckner 2018-07-31 00:08:26 +00:00
parent 67fdf81f0c
commit cae1b9fef2
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class SpinMutex : public StaticSpinMutex {
class BlockingMutex {
public:
explicit constexpr BlockingMutex(LinkerInitialized)
: opaque_storage_ {0, }, owner_{0} {}
: opaque_storage_ {0, }, owner_ {0} {}
BlockingMutex();
void Lock();
void Unlock();