On 12 January 2016 at 17:36, Peter Maydell wrote:
> On 12 January 2016 at 16:35, Alex Bennée wrote:
>>
>> Peter Maydell writes:
>>
>>> The VIXL code includes some equality comparisons between signed
>>> and unsigned types. Modern gcc and clang do not complain about
>>> these, but older versions
On 12 January 2016 at 16:35, Alex Bennée wrote:
>
> Peter Maydell writes:
>
>> The VIXL code includes some equality comparisons between signed
>> and unsigned types. Modern gcc and clang do not complain about
>> these, but older versions of gcc such as gcc 4.6.3 do. Since
>> libvixl is an upstrea
Peter Maydell writes:
> The VIXL code includes some equality comparisons between signed
> and unsigned types. Modern gcc and clang do not complain about
> these, but older versions of gcc such as gcc 4.6.3 do. Since
> libvixl is an upstream library, the simplest approach is to
> suppress the war
The VIXL code includes some equality comparisons between signed
and unsigned types. Modern gcc and clang do not complain about
these, but older versions of gcc such as gcc 4.6.3 do. Since
libvixl is an upstream library, the simplest approach is to
suppress the warnings by applying -Wno-sign-compare