i965: Mark is_lossless_compressed_aux UNUSED to silence warning.
authorMatt Turner <mattst88@gmail.com>
Mon, 16 May 2016 18:08:55 +0000 (11:08 -0700)
committerMatt Turner <mattst88@gmail.com>
Mon, 16 May 2016 18:08:55 +0000 (11:08 -0700)
Used only in assert().

src/mesa/drivers/dri/i965/intel_mipmap_tree.c

index cc7ecf8..a097577 100644 (file)
@@ -583,7 +583,7 @@ intel_miptree_create_layout(struct brw_context *brw,
    } else if (brw->gen >= 9 && num_samples > 1) {
       layout_flags |= MIPTREE_LAYOUT_FORCE_HALIGN16;
    } else {
-      const bool is_lossless_compressed_aux =
+      const UNUSED bool is_lossless_compressed_aux =
          brw->gen >= 9 && num_samples == 1 &&
          mt->format == MESA_FORMAT_R_UINT32;