1
0
mirror of https://github.com/mfontanini/libtins synced 2026-01-28 20:44:26 +01:00

Fixed lots of warnings in test cases, due to narrowing conversions.

This commit is contained in:
Matias Fontanini
2013-03-18 11:32:34 -03:00
parent a8edc2af74
commit 0f27b04a92
37 changed files with 216 additions and 305 deletions

View File

@@ -23,7 +23,7 @@ const address_type Dot11Test::empty_addr,
const uint8_t Dot11Test::expected_packet[] = {
'5', '\x01', 'O', '#', '\x00', '\x01', '\x02', '\x03', '\x04', '\x05'
53, 1, 79, 35, 0, 1, 2, 3, 4, 5
};
TEST_F(Dot11Test, DefaultConstructor) {