mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 01:23:03 +01:00
Remove W4 warnings (initialized but unused var) rollback
This commit is contained in:
parent
4a3baefff3
commit
c8f741510f
@ -474,6 +474,8 @@ SLONG LCK_get_owner_handle(TDBB tdbb, enum lck_t lock_type)
|
||||
**************************************/
|
||||
|
||||
SET_TDBB(tdbb);
|
||||
DBB dbb = tdbb->tdbb_database;
|
||||
ATT attachment = tdbb->tdbb_attachment;
|
||||
|
||||
switch (lock_type) {
|
||||
case LCK_database:
|
||||
|
Loading…
Reference in New Issue
Block a user