mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-12 02:33:33 +00:00
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:
parent
73362c820b
commit
0db86fe097
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user