Message ID | 20190325124925.GA12726@jlahtine-desk.ger.corp.intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [PULL] drm-intel-next | expand |
On Mon, 25 Mar 2019 at 22:49, Joonas Lahtinen <joonas.lahtinen@linux.intel.com> wrote: > > Hi Dave & Daniel, > > First batch of features for 5.2, tagged last week. I asked on irc, but got no answer I saw, /home/airlied/devel/kernel/dim/src/drivers/gpu/drm/i915/i915_gem_context.c:698:12: warning: ‘context_barrier_task’ defined but not used [-Wunused-function] static int context_barrier_task(struct i915_gem_context *ctx, ^~~~~~~~~~~~~~~~~~~~ Is there a fix for this I can throw on top of the merge? I don't like warnings in my builds. Dave.
Quoting Dave Airlie (2019-03-28 04:09:56) > On Mon, 25 Mar 2019 at 22:49, Joonas Lahtinen > <joonas.lahtinen@linux.intel.com> wrote: > > > > Hi Dave & Daniel, > > > > First batch of features for 5.2, tagged last week. > > I asked on irc, but got no answer I saw, > /home/airlied/devel/kernel/dim/src/drivers/gpu/drm/i915/i915_gem_context.c:698:12: > warning: ‘context_barrier_task’ defined but not used > [-Wunused-function] > static int context_barrier_task(struct i915_gem_context *ctx, > ^~~~~~~~~~~~~~~~~~~~ > > Is there a fix for this I can throw on top of the merge? > > I don't like warnings in my builds. As discussed in IRC, I sent a followup PR that has the patches that fix the build warning. Regards, Joonas > > Dave.