Mark this variable as used.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110667 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chandler Carruth 2010-08-10 10:39:25 +00:00
parent 73362c820b
commit 0db86fe097

View File

@ -73,6 +73,7 @@ RWMutexImpl::RWMutexImpl()
// Initialize the rwlock
int errorcode = pthread_rwlock_init(rwlock, NULL);
(void)errorcode;
assert(errorcode == 0);
// Assign the data member