mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 11:48:06 +02:00
i915: Silence unused variable warning in non-debug builds.
Fixes this GCC warning. i830_vtbl.c: In function 'i830_assert_not_dirty': i830_vtbl.c:704: warning: unused variable 'i830'
This commit is contained in:
parent
48156b87bc
commit
0f4984a0fb
1 changed files with 1 additions and 0 deletions
|
|
@ -703,6 +703,7 @@ i830_assert_not_dirty( struct intel_context *intel )
|
|||
{
|
||||
struct i830_context *i830 = i830_context(&intel->ctx);
|
||||
assert(!get_dirty(&i830->state));
|
||||
(void) i830;
|
||||
}
|
||||
|
||||
static void
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue