projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
89b0db3
)
tests: avoid compiler warning
author
Eric Blake
<eblake@redhat.com>
Fri, 17 Sep 2010 21:09:54 +0000
(15:09 -0600)
committer
Eric Blake
<eblake@redhat.com>
Fri, 17 Sep 2010 21:09:54 +0000
(15:09 -0600)
* tests/test-stdlib.c (main): Use the variable.
Signed-off-by: Eric Blake <eblake@redhat.com>
ChangeLog
patch
|
blob
|
history
tests/test-stdlib.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 6c46a5b8d96b064afc959fac8509384acba0aaa7..91972506bfee31debb8696d8f93299a8e8d0fa44 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,8
@@
2010-09-17 Eric Blake <eblake@redhat.com>
+ 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 8066b0525ddecf0ea64552a541e77b190102db5c..e613b27bba9de498b7eb452f8ff97be1633f4169 100644
(file)
--- a/
tests/test-stdlib.c
+++ b/
tests/test-stdlib.c
@@
-59,5
+59,5
@@
main (void)
#endif
break;
}
- return
0
;
+ return
exitcode
;
}