mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Get rid of warning in query.c
This commit is contained in:
parent
789ee4f370
commit
72e1890ba7
@ -588,7 +588,7 @@ static struct buffer parse_integer(
|
|||||||
#else
|
#else
|
||||||
"%lld",
|
"%lld",
|
||||||
#endif
|
#endif
|
||||||
&value->int_) == 0)
|
(signed long long*)&value->int_) == 0)
|
||||||
{
|
{
|
||||||
raise_expected_number(buff.offset, error);
|
raise_expected_number(buff.offset, error);
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user