Commit ec99db33 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #5389 compilation fix


git-svn-id: file:///svn/toku/tokudb@47017 c7de825b-a66e-492c-adef-691d508d4ae1
parent 88788eee
......@@ -890,6 +890,7 @@ static int verify_progress_callback(void *UU(extra), float UU(progress)) {
if (!run_test) {
return -1;
}
return 0;
}
static int UU() verify_op(DB_TXN* UU(txn), ARG UU(arg), void* UU(operation_extra), void *UU(stats_extra)) {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment