From 41bef8fc30ef91935fd31eb920447210a0e2cd6a Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Fri, 17 Sep 2010 15:09:54 -0600 Subject: [PATCH] tests: avoid compiler warning * tests/test-stdlib.c (main): Use the variable. Signed-off-by: Eric Blake --- ChangeLog | 3 +++ tests/test-stdlib.c | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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; } -- 2.11.0