Hi,
On 23 June 2016 at 08:54, Derek Foreman wrote:
> On 20/06/16 06:57 PM, Daniel Stone wrote:
>> Pixman's headers include a representation of -1 in fixed-point, which is
>> -1 << 16. This trips a GCC warning about shifting negative values. As we
>> can't do much about it, just silence the warnin
On 20/06/16 06:57 PM, Daniel Stone wrote:
> Pixman's headers include a representation of -1 in fixed-point, which is
> -1 << 16. This trips a GCC warning about shifting negative values. As we
> can't do much about it, just silence the warning.
>
> Signed-off-by: Daniel Stone
Reviewed-by: Derek F
Pixman's headers include a representation of -1 in fixed-point, which is
-1 << 16. This trips a GCC warning about shifting negative values. As we
can't do much about it, just silence the warning.
Signed-off-by: Daniel Stone
---
configure.ac | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)