Fix compiler warnings

Signed-off-by: Jeroen Koekkoek <jeroen@koekkoek.nl>
This commit is contained in:
Jeroen Koekkoek 2018-10-19 13:42:44 +02:00
parent 6867f949cd
commit 6b41dada9d
6 changed files with 10 additions and 8 deletions

View file

@ -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)