X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-accept.c;h=265ef6493bd49b6daf6e9967eb45ea1afe13e597;hb=25b6b5120113989e0b91de9d0b75d3d625bbc753;hp=75161a454ce0618343ccec309bc05f2c030b1203;hpb=6860e9c808b32328ca80229bf5b4b1a2549b63fa;p=gnulib.git diff --git a/tests/test-accept.c b/tests/test-accept.c index 75161a454..265ef6493 100644 --- a/tests/test-accept.c +++ b/tests/test-accept.c @@ -1,5 +1,5 @@ /* Test accepting a connection to a server socket. - Copyright (C) 2011 Free Software Foundation, Inc. + Copyright (C) 2011-2012 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -30,7 +30,7 @@ SIGNATURE_CHECK (accept, int, (int, 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. */ {