mirror of
https://github.com/mfontanini/libtins
synced 2026-01-26 20:01:35 +01:00
Fix tests compilation warnings on Windows.
This commit is contained in:
@@ -44,7 +44,7 @@ void ARPTest::test_equals(const ARP &arp1, const ARP &arp2) {
|
||||
EXPECT_EQ(arp1.target_ip_addr(), arp2.target_ip_addr());
|
||||
EXPECT_EQ(arp1.sender_hw_addr(), arp2.sender_hw_addr());
|
||||
EXPECT_EQ(arp1.target_hw_addr(), arp2.target_hw_addr());
|
||||
EXPECT_EQ((bool)arp1.inner_pdu(), (bool)arp2.inner_pdu());
|
||||
EXPECT_EQ(arp1.inner_pdu() != NULL, arp2.inner_pdu() != NULL);
|
||||
}
|
||||
|
||||
TEST_F(ARPTest, DefaultContructor) {
|
||||
|
||||
Reference in New Issue
Block a user