Get rid of warning in query.c

This commit is contained in:
twinaphex 2015-01-20 22:36:51 +01:00
parent 789ee4f370
commit 72e1890ba7

View File

@ -588,7 +588,7 @@ static struct buffer parse_integer(
#else
"%lld",
#endif
&value->int_) == 0)
(signed long long*)&value->int_) == 0)
{
raise_expected_number(buff.offset, error);
} else {