[Intel-gfx] drivers/gpu/drm/i915/i915_gem_gtt.c
Damien Lespiau
damien.lespiau at intel.com
Sat May 23 06:30:09 PDT 2015
On Fri, May 22, 2015 at 02:17:32PM -0700, Andrew Morton wrote:
> I'm not sure what's happened to the drm code in linux-next - it's
> exploding all over the place. Did someone turn on -Werror without
> doing anywhere near enough testing?
>
> Anyway, I don't know how to fix this i386 build error:
Seems like you have CONFIG_DRM_I915_WERROR set?
We explicitely made sure to not enable -Werror by default, because
different versions of gcc will generate different set of warnings making
it roughly impossible to use -Werror by default (say, newer versions of
gcc with more clever warnings trying to compile old commits while
bisecting)
--
Damien
More information about the Intel-gfx
mailing list