summaryrefslogtreecommitdiff
path: root/bench
diff options
context:
space:
mode:
Diffstat (limited to 'bench')
-rw-r--r--bench/wtperf/wtperf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bench/wtperf/wtperf.c b/bench/wtperf/wtperf.c
index b6d65761b5a..002c1327e01 100644
--- a/bench/wtperf/wtperf.c
+++ b/bench/wtperf/wtperf.c
@@ -1745,6 +1745,8 @@ start_run(CONFIG *cfg)
char helium_buf[256];
monitor_created = ret = 0;
+ /* [-Wconditional-uninitialized] */
+ memset(&monitor_thread, 0, sizeof(monitor_thread));
if ((ret = setup_log_file(cfg)) != 0)
goto err;