Re: [Intel-gfx] [PATCH 5/5] xvmc: Stop using uninitialized variable.

2011-01-31 Thread Chris Wilson
Trival fix to 3/5 applied (hope you don't mind taking the credit/blame ;-) and pushed. Thanks, -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/l

Re: [Intel-gfx] [PATCH 3/5] xvmc: Silence gcc, add parentheses around arithmetic.

2011-01-31 Thread Julien Cristau
On Mon, Jan 31, 2011 at 06:22:37 +0100, Cyril Brulebois wrote: > Get rid of those accordingly with CFLAGS="-Wall -Werror": > | CC i915_xvmc.lo > | cc1: warnings being treated as errors > | i915_xvmc.c: In function ‘i915_mc_one_time_state_emit’: > | i915_xvmc.c:369: error: suggest parentheses

Re: [Intel-gfx] [PATCH 3/5] xvmc: Silence gcc, add parentheses around arithmetic.

2011-01-31 Thread Chris Wilson
On Mon, 31 Jan 2011 06:22:37 +0100, Cyril Brulebois wrote: > Get rid of those accordingly with CFLAGS="-Wall -Werror": > | CC i915_xvmc.lo > | cc1: warnings being treated as errors > | i915_xvmc.c: In function ‘i915_mc_one_time_state_emit’: > | i915_xvmc.c:369: error: suggest parentheses