mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 18:03:04 +01:00
Fix compiler warning
This commit is contained in:
parent
1bbd008268
commit
c5f9e72d1a
@ -292,7 +292,7 @@ private:
|
|||||||
// to keep track of block types
|
// to keep track of block types
|
||||||
typedef std::map<int, int> pool_map_t;
|
typedef std::map<int, int> pool_map_t;
|
||||||
pool_map_t* blk_type_count;
|
pool_map_t* blk_type_count;
|
||||||
int extend_increment;
|
size_t extend_increment;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user