mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
fixed some double-promotion and sign-compare warnings
This commit is contained in:
@@ -107,7 +107,7 @@ void test_basic_runqueue()
|
||||
VERIFY_IS_EQUAL(2, q.PopBack());
|
||||
VERIFY_IS_EQUAL(3, q.PopBack());
|
||||
VERIFY(q.Empty());
|
||||
VERIFY_IS_EQUAL(0, q.Size());
|
||||
VERIFY_IS_EQUAL(0u, q.Size());
|
||||
}
|
||||
|
||||
// Empty tests that the queue is not claimed to be empty when is is in fact not.
|
||||
|
||||
Reference in New Issue
Block a user