Merge branch 'master' into cleanup_for_windows

This commit is contained in:
2018-03-13 14:07:39 +01:00
3 changed files with 4 additions and 4 deletions

View File

@ -1119,7 +1119,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;