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

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

2011-01-30 Thread Cyril Brulebois
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 around arithmetic in operand of ‘|’ | i915_xvmc.c:374: error: suggest pa