Re: [PATCH weston] Build: Silence shift-negative-value warning

2016-06-22 Thread Daniel Stone
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

Re: [PATCH weston] Build: Silence shift-negative-value warning

2016-06-22 Thread Derek Foreman
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

[PATCH weston] Build: Silence shift-negative-value warning

2016-06-20 Thread Daniel Stone
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(-)