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