Fixing warnings shouldn't introduce a crasher.
authorGreg Clayton <gclayton@apple.com>
Fri, 18 Jul 2014 18:32:45 +0000 (18:32 +0000)
committerGreg Clayton <gclayton@apple.com>
Fri, 18 Jul 2014 18:32:45 +0000 (18:32 +0000)
commitd46bb62610dd9a15d06c739d1aebbd776ba7e9b1
tree6b88f77447ec6be24a5175c3ee740a1a260dae41
parent32f59d8e1eaf89774efa65fa03c75e9f5bcd7f13
Fixing warnings shouldn't introduce a crasher.

Fix the warning the correct way without making things crash when ENABLE_MUTEX_ERROR_CHECKING is non enabled.

<rdar://problem/17703039>

llvm-svn: 213394
lldb/source/Host/common/Mutex.cpp