# HG changeset patch # User Eric Blake # Date 1284757794 21600 # Node ID b661c266dee773c01e7664ea2344105d50908160 # Parent bfe487360d6667c446c6fec7d6faa3d006b71e4f tests: avoid compiler warning * tests/test-stdlib.c (main): Use the variable. Signed-off-by: Eric Blake diff --git a/ChangeLog b/ChangeLog --- 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 --- a/tests/test-stdlib.c +++ b/tests/test-stdlib.c @@ -59,5 +59,5 @@ #endif break; } - return 0; + return exitcode; }