Re: [Intel-gfx] [PATCH] drm/i915: Disable unused-but-set compiler warning

2018-02-08 Thread Chris Wilson
Quoting Maarten Lankhorst (2018-02-08 16:50:08) > Op 08-02-18 om 17:16 schreef Chris Wilson: > > The unused-but-set warning enabled by W=1 catches out a lot of the > > atomic helper iterator macros and drown us in their noise (or trip over > > Werror and die). Path of least resistance is to ignore

Re: [Intel-gfx] [PATCH] drm/i915: Disable unused-but-set compiler warning

2018-02-08 Thread Maarten Lankhorst
Op 08-02-18 om 17:16 schreef Chris Wilson: > The unused-but-set warning enabled by W=1 catches out a lot of the > atomic helper iterator macros and drown us in their noise (or trip over > Werror and die). Path of least resistance is to ignore the warning. > > Signed-off-by: Chris Wilson > Cc: Joon

[Intel-gfx] [PATCH] drm/i915: Disable unused-but-set compiler warning

2018-02-08 Thread Chris Wilson
The unused-but-set warning enabled by W=1 catches out a lot of the atomic helper iterator macros and drown us in their noise (or trip over Werror and die). Path of least resistance is to ignore the warning. Signed-off-by: Chris Wilson Cc: Joonas Lahtinen Cc: Maarten Lankhorst --- drivers/gpu/d