Fixing a bunch of compiler warnings.

This commit is contained in:
Robin Sommer 2011-10-06 17:46:47 -07:00
parent f1ae48ea53
commit b790856a40
7 changed files with 10 additions and 9 deletions

View file

@ -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();