remove compiler warning
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user