Tests: Suppress a warning about an unused variable.

This commit is contained in:
Allan Shortlidge
2024-11-12 21:42:09 -08:00
parent 17fd27554b
commit 682e10457f

View File

@@ -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