tree-wide: replace MAYBE_UNUSED with ASSERTED
[mesa.git] / src / mesa / main / teximage.c
index 7f91ea490fb1de05de438ace120ec6a5c5137c3e..5c28c21234e806fa03cda11bd70ef08b7f10a66e 100644 (file)
@@ -1277,7 +1277,7 @@ error_check_subtexture_dimensions(struct gl_context *ctx, GLuint dims,
  */
 GLboolean
 _mesa_test_proxy_teximage(struct gl_context *ctx, GLenum target,
-                          GLuint numLevels, MAYBE_UNUSED GLint level,
+                          GLuint numLevels, ASSERTED GLint level,
                           mesa_format format, GLuint numSamples,
                           GLint width, GLint height, GLint depth)
 {