mirror of
https://github.com/zeek/zeek.git
synced 2025-10-10 02:28:21 +00:00
additional tweaks to address some compiler warnings
This commit is contained in:
parent
693fc14eb2
commit
57fdef573c
6 changed files with 14 additions and 11 deletions
|
@ -35,7 +35,7 @@ public:
|
|||
|
||||
// The ZAM instruction number where a given identifier starts its
|
||||
// scope, parallel to "ids".
|
||||
std::vector<int> id_start;
|
||||
std::vector<bro_uint_t> id_start;
|
||||
|
||||
// The current end of the frame slot's scope. Gets updated as
|
||||
// new IDs are added to share the slot.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue