Mark this variable as used.

llvm-svn: 110667
This commit is contained in:
Chandler Carruth 2010-08-10 10:39:25 +00:00
parent 27db23948c
commit ce200fd4c6
1 changed files with 1 additions and 0 deletions

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