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)