Fix compiler warnings
Signed-off-by: Jeroen Koekkoek <jeroen@koekkoek.nl>
This commit is contained in:
parent
6867f949cd
commit
6b41dada9d
6 changed files with 10 additions and 8 deletions
|
@ -28,7 +28,7 @@ CUnit_Suite_Cleanup(os_getifaddrs)
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* Assume every test machine has at least one non-loopback IPv4 address. This
|
||||
/* Assume every test machine has at least one IPv4 enabled interface. This
|
||||
simple test verifies an interface can at least be found and that the
|
||||
IFF_LOOPBACK flags are properly set. */
|
||||
CUnit_Test(os_getifaddrs, ipv4)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue