Commit 6216a1f5 authored by Leif Walsh's avatar Leif Walsh Committed by Yoni Fogel

refs #5368 make db-insert mark things unused in a less offensive way to clang


git-svn-id: file:///svn/toku/tokudb@48192 c7de825b-a66e-492c-adef-691d508d4ae1
parent 43c4ab1e
......@@ -79,7 +79,7 @@ static void do_prelock(DB* db, DB_TXN* txn) {
int r = db->pre_acquire_table_lock(db, txn);
assert(r==0);
#else
db = db; txn = txn;
(void) db; (void) txn;
#endif
}
}
......
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