mirror of
https://github.com/MariaDB/server.git
synced 2025-01-22 06:44:16 +01:00
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:
parent
e925715118
commit
5405b75a34
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue