summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Cahill <michael.cahill@wiredtiger.com>2012-02-24 13:59:58 +1100
committerMichael Cahill <michael.cahill@wiredtiger.com>2012-02-24 13:59:58 +1100
commitf0b55154d71742d01f83a9e3abfbff1686556225 (patch)
tree1513a2a6cba84e0313a6c08484408be062ed2a5c
parent12337e75de6cdd57eb87305b0c6bc61f1b8b8b24 (diff)
downloadmongo-f0b55154d71742d01f83a9e3abfbff1686556225.tar.gz
test/format/wts.c:260: warning: 'value' may be used uninitialized in this function
-rw-r--r--test/format/wts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/format/wts.c b/test/format/wts.c
index ecb2a517c8e..851f71aefb9 100644
--- a/test/format/wts.c
+++ b/test/format/wts.c
@@ -262,7 +262,7 @@ wts_bulk_load(void)
int ret;
session = g.wts_session;
- key = NULL; /* -Wuninitialized */
+ key = value = NULL; /* -Wuninitialized */
/*
* Avoid bulk load with a custom collator, because the order of