tree-wide: replace MAYBE_UNUSED with ASSERTED
[mesa.git] / src / intel / tools / aubinator_error_decode.c
index 049823ca46326f2f4d7c64a83c8e0d9efd131d21..147b580de3b3c26120f775edb212f3b662a60153 100644 (file)
@@ -757,7 +757,7 @@ main(int argc, char *argv[])
       setup_pager();
 
    if (S_ISDIR(st.st_mode)) {
-      MAYBE_UNUSED int ret;
+      ASSERTED int ret;
       char *filename;
 
       ret = asprintf(&filename, "%s/i915_error_state", path);