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
This commit is contained in:
Leif Walsh 2013-04-17 00:01:09 -04:00 committed by Yoni Fogel
parent e925715118
commit 5405b75a34

View file

@ -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
}
}