From: Eric Blake Date: Fri, 17 Sep 2010 21:09:54 +0000 (-0600) Subject: tests: avoid compiler warning X-Git-Tag: v0.1~3790 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=41bef8fc30ef91935fd31eb920447210a0e2cd6a;p=gnulib.git tests: avoid compiler warning * tests/test-stdlib.c (main): Use the variable. Signed-off-by: Eric Blake --- diff --git a/ChangeLog b/ChangeLog index 6c46a5b8d..91972506b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2010-09-17 Eric Blake + tests: avoid compiler warning + * tests/test-stdlib.c (main): Use the variable. + fdutimens, fdutimensat: update signature, again * lib/utimens.h (gl_futimens): Delete, and move signature... (fdutimens): ...here. diff --git a/tests/test-stdlib.c b/tests/test-stdlib.c index 8066b0525..e613b27bb 100644 --- a/tests/test-stdlib.c +++ b/tests/test-stdlib.c @@ -59,5 +59,5 @@ main (void) #endif break; } - return 0; + return exitcode; }