tree-wide: replace MAYBE_UNUSED with ASSERTED
[mesa.git] / src / gallium / auxiliary / util / u_blit.c
index b6758fc2f9bc5def656145ba837f0325abf463a6..8577486b769364d6cb438bf9e68118f81b6459f5 100644 (file)
@@ -384,7 +384,7 @@ util_blit_pixels(struct blit_state *ctx,
                  struct pipe_surface *dst,
                  int dstX0, int dstY0,
                  int dstX1, int dstY1,
-                 MAYBE_UNUSED float z,
+                 ASSERTED float z,
                  enum pipe_tex_filter filter,
                  uint writemask)
 {