mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Tests: Suppress a warning about an unused variable.
This commit is contained in:
@@ -144,6 +144,7 @@ void scopedUnlockUnderScopedLockThreaded(M &mutex) {
|
||||
|
||||
ASSERT_EQ(count1, 500);
|
||||
ASSERT_EQ(count2, 500);
|
||||
(void)badCount; // FIXME: Is this value meant to be tested?
|
||||
}
|
||||
|
||||
// Test a critical section
|
||||
|
||||
Reference in New Issue
Block a user