summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2014-10-14 20:57:13 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2014-10-14 20:57:13 +1100
commitaf47555a010619cc8f1d2a116c5248eb923fe70f (patch)
treeff860ec6127a64ee0cbbbcb1b8389c12a760e795
parentc31002b335104ee3a624bfe419e7cc631e37ada9 (diff)
downloadmongo-af47555a010619cc8f1d2a116c5248eb923fe70f.tar.gz
Fix unused variable on OS X.
-rw-r--r--src/os_posix/os_fallocate.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/os_posix/os_fallocate.c b/src/os_posix/os_fallocate.c
index 8d29e40e006..28cd1979c77 100644
--- a/src/os_posix/os_fallocate.c
+++ b/src/os_posix/os_fallocate.c
@@ -88,6 +88,7 @@ __wt_fallocate(
WT_UNUSED(fh);
WT_UNUSED(offset);
WT_UNUSED(len);
+ WT_UNUSED(ret);
#endif
fh->fallocate_available = 0;