diff options
author | Susan LoVerso <sue@wiredtiger.com> | 2014-04-23 16:02:10 -0400 |
---|---|---|
committer | Susan LoVerso <sue@wiredtiger.com> | 2014-04-23 16:02:10 -0400 |
commit | f7073def13228959159015dfd89103e1cd8b422b (patch) | |
tree | ebf4205c54b8f94d9a8a0ca61975aeccc43acb97 /bench | |
parent | d23db58001335ce84ee3efe18ea2d3657f04ff14 (diff) | |
download | mongo-f7073def13228959159015dfd89103e1cd8b422b.tar.gz |
Fix warning: Add WT_AOP_REMOVE case.
Diffstat (limited to 'bench')
-rw-r--r-- | bench/wtperf/wtperf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bench/wtperf/wtperf.c b/bench/wtperf/wtperf.c index d445dde0a4f..e36ae7202d1 100644 --- a/bench/wtperf/wtperf.c +++ b/bench/wtperf/wtperf.c @@ -170,6 +170,7 @@ cb_asyncop(WT_ASYNC_CALLBACK *cb, WT_ASYNC_OP *op, int ret, uint32_t flags) case WT_AOP_UPDATE: trk = &thread->update; break; + case WT_AOP_REMOVE: case WT_AOP_NONE: /* We never expect this type. */ lprintf(cfg, ret, 0, "No type in op %" PRIu64, |