summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;