tree-wide: replace MAYBE_UNUSED with ASSERTED
[mesa.git] / src / compiler / glsl / ir_validate.cpp
index 33c262c8948bd106f28e7f9b7739320686949940..9be4e721f1a554c27d9359c44bb67edf1f758baf 100644 (file)
@@ -1052,7 +1052,7 @@ ir_validate::validate_ir(ir_instruction *ir, void *data)
    _mesa_set_add(ir_set, ir);
 }
 
-MAYBE_UNUSED static void
+ASSERTED static void
 check_node_type(ir_instruction *ir, void *data)
 {
    (void) data;