mirror of
https://github.com/mfontanini/libtins
synced 2026-01-27 12:14:26 +01:00
Fixed lots of warnings in test cases, due to narrowing conversions.
This commit is contained in:
@@ -16,7 +16,7 @@ public:
|
||||
};
|
||||
|
||||
const uint8_t SNAPTest::expected_packet[] = {
|
||||
'\xaa', '\xaa', '\x03', '\x00', '\x00', '\x01', '\x08', '\x00'
|
||||
170, 170, 3, 0, 0, 1, 8, 0
|
||||
};
|
||||
|
||||
TEST_F(SNAPTest, DefaultConstructor) {
|
||||
|
||||
Reference in New Issue
Block a user