fix compile warnings

This commit is contained in:
Bernhard Amann 2011-12-08 14:12:59 -08:00
parent 94f53e3eb3
commit e0b7dc0451

View file

@ -866,8 +866,8 @@ void InputMgr::EndCurrentSend(const InputReader* reader, int id) {
//while ( ( ih = i->lastDict->NextEntry(c) ) ) { //while ( ( ih = i->lastDict->NextEntry(c) ) ) {
while ( ( ih = filter->lastDict->NextEntry(lastDictIdxKey, c) ) ) { while ( ( ih = filter->lastDict->NextEntry(lastDictIdxKey, c) ) ) {
ListVal * idx; ListVal * idx = 0;
Val *val; Val *val = 0;
if ( filter->pred || filter->event ) { if ( filter->pred || filter->event ) {
idx = filter->tab->RecoverIndex(ih->idxkey); idx = filter->tab->RecoverIndex(ih->idxkey);