Persuade GCC that there is nothing worth warning about here (there isn't).
llvm-svn: 149834
This commit is contained in:
@@ -51,7 +51,7 @@ MutexImpl::MutexImpl( bool recursive)
|
||||
|
||||
// Initialize the mutex attributes
|
||||
int errorcode = pthread_mutexattr_init(&attr);
|
||||
assert(errorcode == 0);
|
||||
assert(errorcode == 0); (void)errorcode;
|
||||
|
||||
// Initialize the mutex as a recursive mutex, if requested, or normal
|
||||
// otherwise.
|
||||
|
||||
Reference in New Issue
Block a user