mirror of
https://github.com/mfontanini/libtins
synced 2026-01-28 12:44:25 +01:00
Fixed lots of warnings in test cases, due to narrowing conversions.
This commit is contained in:
@@ -20,7 +20,7 @@ public:
|
||||
const address_type Dot11AckTest::empty_addr;
|
||||
|
||||
const uint8_t Dot11AckTest::expected_packet[] = {
|
||||
'\xd5', '\x01', 'O', '#', '\x00', '\x01', '\x02', '\x03', '\x04', '\x05'
|
||||
213, 1, 79, 35, 0, 1, 2, 3, 4, 5
|
||||
};
|
||||
|
||||
void test_equals(const Dot11Ack &dot1, const Dot11Ack &dot2) {
|
||||
|
||||
Reference in New Issue
Block a user