mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +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
|
// Initialize the rwlock
|
||||||
int errorcode = pthread_rwlock_init(rwlock, NULL);
|
int errorcode = pthread_rwlock_init(rwlock, NULL);
|
||||||
|
(void)errorcode;
|
||||||
assert(errorcode == 0);
|
assert(errorcode == 0);
|
||||||
|
|
||||||
// Assign the data member
|
// Assign the data member
|
||||||
|
Loading…
Reference in New Issue
Block a user