Re: [Mesa-dev] [PATCH 2/2] gallium/util: silence clang warning in blitter code

2018-02-08 Thread Roland Scheidegger
For the series: Reviewed-by: Roland Scheidegger Am 08.02.2018 um 18:02 schrieb Brian Paul: > Silence "warning: comparison of constant 4294967295 with expression > of type 'ubyte'". > --- > src/gallium/auxiliary/util/u_blitter.c | 2 +- > 1 file changed, 1 insertion(+), 1

Re: [Mesa-dev] [PATCH 2/2] gallium/util: silence clang warning in blitter code

2018-02-08 Thread Jose Fonseca
On 08/02/18 17:02, Brian Paul wrote: Silence "warning: comparison of constant 4294967295 with expression of type 'ubyte'". --- src/gallium/auxiliary/util/u_blitter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/util/u_blitter.c

[Mesa-dev] [PATCH 2/2] gallium/util: silence clang warning in blitter code

2018-02-08 Thread Brian Paul
Silence "warning: comparison of constant 4294967295 with expression of type 'ubyte'". --- src/gallium/auxiliary/util/u_blitter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/auxiliary/util/u_blitter.c b/src/gallium/auxiliary/util/u_blitter.c index