Win32/Signals.inc: DontRemoveFileOnSignal(): Please acquire the CriticalSection.
[oota-llvm.git] / lib / System / RWMutex.cpp
index 5a33364aa507004781fc30a1cafa780df4d7647c..deb04709d829c6e5c2910ea336e2d6a214052603 100644 (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