X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-bind.c;h=e97be2a249e753673bb9be907f68864a689c5a37;hb=f0b08ae92b4d606bd95773c2b3c263d0b83e1172;hp=b4b57391213dc484a107a719dc59aee2351d3d10;hpb=1602f0afed21be664fcf5c42d59db07cc22c56d6;p=gnulib.git diff --git a/tests/test-bind.c b/tests/test-bind.c index b4b573912..e97be2a24 100644 --- a/tests/test-bind.c +++ b/tests/test-bind.c @@ -31,7 +31,7 @@ SIGNATURE_CHECK (bind, int, (int, const struct sockaddr *, socklen_t)); int main (void) { - gl_sockets_startup (SOCKETS_1_1); + (void) gl_sockets_startup (SOCKETS_1_1); /* Test behaviour for invalid file descriptors. */ {