mirror of
https://github.com/revng/revng
synced 2026-06-21 14:07:57 +00:00
Suppress signedness comparison warnings in tests
This commit is contained in:
@@ -170,5 +170,5 @@ BOOST_AUTO_TEST_CASE(TestASSlot) {
|
||||
// Test usage in a map
|
||||
std::map<ASSlot, int> Map;
|
||||
Map[SP1Slot] = 0;
|
||||
BOOST_TEST(Map.count(SP1Slot) != 0);
|
||||
BOOST_TEST(Map.count(SP1Slot) != 0U);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user