silence compiler warning

This commit is contained in:
2018-03-13 14:04:28 +01:00
parent 35edb61f9c
commit 091cfde2a2

View File

@ -1120,7 +1120,7 @@ bool Stream::
matchValue(const StreamFormat& format, const void* fieldaddress) matchValue(const StreamFormat& format, const void* fieldaddress)
{ {
// this function must increase consumedInput // this function must increase consumedInput
long consumed; long consumed = 0;
long lval; long lval;
double dval; double dval;
char* buffer; char* buffer;