summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gorrod <alexg@wiredtiger.com>2014-02-26 21:08:56 +1100
committerAlex Gorrod <alexg@wiredtiger.com>2014-02-26 21:08:56 +1100
commit7c7288b28406a65fcc64a35e19c0506a0a2f2f35 (patch)
treeccae2637696f9ed0a4f15f8112f6997e091d3348
parent71cc17adc3bc8a99f1ae38bc52c2e8d4c678218b (diff)
downloadmongo-7c7288b28406a65fcc64a35e19c0506a0a2f2f35.tar.gz
Fix build warning in wtperf.
-rw-r--r--bench/wtperf/wtperf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/wtperf/wtperf.c b/bench/wtperf/wtperf.c
index c52dbd6cd96..47389666a39 100644
--- a/bench/wtperf/wtperf.c
+++ b/bench/wtperf/wtperf.c
@@ -1221,6 +1221,7 @@ start_all_runs(CONFIG *cfg)
size_t cmd_len, home_len, i;
pthread_t *threads;
+ ret = 0;
configs = NULL;
cmd_buf = NULL;