mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-24 00:03:03 +01:00
fixed gcc warning
This commit is contained in:
parent
298fca1716
commit
58693ad198
@ -103,9 +103,9 @@ public:
|
|||||||
|
|
||||||
jrd_tra(MemoryPool* p, Firebird::MemoryStats* parent_stats,
|
jrd_tra(MemoryPool* p, Firebird::MemoryStats* parent_stats,
|
||||||
Attachment* attachment, jrd_tra* outer, size_t length = 0)
|
Attachment* attachment, jrd_tra* outer, size_t length = 0)
|
||||||
: tra_pool(p),
|
: tra_attachment(attachment),
|
||||||
|
tra_pool(p),
|
||||||
tra_memory_stats(parent_stats),
|
tra_memory_stats(parent_stats),
|
||||||
tra_attachment(attachment),
|
|
||||||
tra_blobs_tree(p),
|
tra_blobs_tree(p),
|
||||||
tra_blobs(&tra_blobs_tree),
|
tra_blobs(&tra_blobs_tree),
|
||||||
tra_resources(*p),
|
tra_resources(*p),
|
||||||
|
Loading…
Reference in New Issue
Block a user