mirror of
https://github.com/mfontanini/libtins
synced 2026-01-25 11:41:35 +01:00
Fixed some compilation errors/warnings and bugs when using Big Endian architectures.
This commit is contained in:
@@ -70,7 +70,7 @@ TEST_F(UtilsTest, Crc32) {
|
||||
|
||||
uint32_t crc = Utils::crc32(data, data_len);
|
||||
|
||||
EXPECT_EQ(crc, 0x78840f54);
|
||||
EXPECT_EQ(crc, 0x78840f54U);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user