commit | ad0241d2a412907f181750525427f717a6f0b239 | [log] [tgz] |
---|---|---|
author | Daniel Stone <daniels@collabora.com> | Sat Jun 18 16:04:30 2016 +1000 |
committer | Daniel Stone <daniels@collabora.com> | Thu Jun 23 09:54:23 2016 +1000 |
tree | 6ab46875716071e55ff1afa43d0029064894949e | |
parent | c7d88faf6920b635a2c79c16f76e6cd077abe28c [diff] |
Build: Silence shift-negative-value warning 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 <daniels@collabora.com> Reviewed-by: Derek Foreman <derekf@osg.samsung.com>