mirror of
https://github.com/zeek/zeek.git
synced 2025-10-07 00:58:19 +00:00
Fixing a bunch of compiler warnings.
This commit is contained in:
parent
f1ae48ea53
commit
b790856a40
7 changed files with 10 additions and 9 deletions
|
@ -2497,7 +2497,7 @@ bool TableVal::DoSerialize(SerialInfo* info) const
|
|||
IterCookie* c;
|
||||
TableEntryVal* v; // current value
|
||||
bool did_index; // already wrote the val's index
|
||||
}* state;
|
||||
}* state = 0;
|
||||
|
||||
PDict(TableEntryVal)* tbl =
|
||||
const_cast<TableVal*>(this)->AsNonConstTable();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue