projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73362c8
)
Mark this variable as used.
author
Chandler Carruth
<chandlerc@gmail.com>
Tue, 10 Aug 2010 10:39:25 +0000
(10:39 +0000)
committer
Chandler Carruth
<chandlerc@gmail.com>
Tue, 10 Aug 2010 10:39:25 +0000
(10:39 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@110667
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/System/RWMutex.cpp
patch
|
blob
|
history
diff --git
a/lib/System/RWMutex.cpp
b/lib/System/RWMutex.cpp
index 5a33364aa507004781fc30a1cafa780df4d7647c..deb04709d829c6e5c2910ea336e2d6a214052603 100644
(file)
--- a/
lib/System/RWMutex.cpp
+++ b/
lib/System/RWMutex.cpp
@@
-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