On 14/08/15 10:56, Kyrill Tkachov wrote:
> Hi all,
>
> I'm seeing these warnings when building arm.c:
> warning: format ‘%lld’ expects argument of type ‘long long int’, but argument
> 5 has type ‘long int’ [-Wformat=]
>
> These appear in the bounds_check function when it tries to print out
>
Hi all,
I'm seeing these warnings when building arm.c:
warning: format ‘%lld’ expects argument of type ‘long long int’, but argument 5
has type ‘long int’ [-Wformat=]
These appear in the bounds_check function when it tries to print out
HOST_WIDE_INTs using the %lld format.
I believe the right