summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorKeith Bostic <keith.bostic@wiredtiger.com>2012-01-15 11:36:52 +0000
committerKeith Bostic <keith.bostic@wiredtiger.com>2012-01-15 11:36:52 +0000
commit910b36a35a3f99e8a5e583d137b770453891b3bb (patch)
treeaac33f9b2a9eb87937b7267c9460b541450a7179 /examples
parent8d02a0002dee7609d8fefdf58943618d7cccff1c (diff)
downloadmongo-910b36a35a3f99e8a5e583d137b770453891b3bb.tar.gz
unused variable.
Diffstat (limited to 'examples')
-rw-r--r--examples/c/ex_all.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/c/ex_all.c b/examples/c/ex_all.c
index 6b57376d31e..9a4796b2bf3 100644
--- a/examples/c/ex_all.c
+++ b/examples/c/ex_all.c
@@ -408,6 +408,7 @@ my_pre_size(WT_COMPRESSOR *compressor, WT_SESSION *session,
/* Unused parameters */
(void)compressor;
(void)session;
+ (void)src;
*result_lenp = src_len;
return (0);