mirror of
https://github.com/mfontanini/libtins
synced 2026-01-30 05:24:26 +01:00
Fixed lots of warnings in test cases, due to narrowing conversions.
This commit is contained in:
@@ -14,12 +14,9 @@ public:
|
||||
};
|
||||
|
||||
const uint8_t DHCPv6Test::expected_packet[] = {
|
||||
'\x01', '\xe8', '(', '\xb9', '\x00', '\x01', '\x00', '\n', '\x00',
|
||||
'\x03', '\x00', '\x01', '\x00', '\x01', '\x02', '\x03', '\x04',
|
||||
'\x05', '\x00', '\x03', '\x00', '\x0c', '\x00', '\x00', '\x00',
|
||||
'\x00', '\x00', '\x00', '\x00', '\x00', '\x00', '\x00', '\x00',
|
||||
'\x00', '\x00', '\x08', '\x00', '\x02', '\x00', '\x00', '\x00',
|
||||
'\x06', '\x00', '\x02', '\x00', '\x03'
|
||||
1, 232, 40, 185, 0, 1, 0, 10, 0, 3, 0, 1, 0, 1, 2, 3, 4, 5, 0, 3, 0,
|
||||
12, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 2, 0, 0, 0, 6, 0,
|
||||
2, 0, 3
|
||||
};
|
||||
|
||||
TEST_F(DHCPv6Test, DefaultConstructor) {
|
||||
|
||||
Reference in New Issue
Block a user