remove compiler warning

This commit is contained in:
2017-01-25 11:37:41 +01:00
parent ac07ac3dcf
commit 054b0c0e3f

View File

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