commit | e06b8524e8e561f64dcb7e7eecfc46d014d6a125 | [log] [tgz] |
---|---|---|
author | Chris Wilson <chris@chris-wilson.co.uk> | Thu Feb 13 08:12:17 2020 +0000 |
committer | Chris Wilson <chris@chris-wilson.co.uk> | Thu Feb 13 12:41:19 2020 +0000 |
tree | 752cff35f6f415a9dc689a40b4a9d995f6e3deda | |
parent | 3873fd1a43c70bab5049a1fc7f128a65779d1575 [diff] |
drm/i915/gt: Suppress warnings for unused debugging locals With debugging turned off, we have to tell the compiler not to warn about the unused debug locals. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Cc: Mika Kuoppala <mika.kuoppala@linux.intel.com> Cc: Matthew Auld <matthew.auld@intel.com> Reviewed-by: Matthew Auld <matthew.auld@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20200213081217.3107410-1-chris@chris-wilson.co.uk