mesa: replace MAYBE_UNUSED with UNUSED

MAYBE_UNUSED is going away, so let's replace legitimate uses of it with
UNUSED, which the former aliased to so far anyway.

Signed-off-by: Eric Engestrom <eric.engestrom@intel.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
Eric Engestrom 2019-06-22 18:05:14 +01:00
parent c8a453a770
commit 513e67d2e4
1 changed files with 2 additions and 2 deletions

View File

@ -60,8 +60,8 @@ struct gl_texture_image;
*/
#define TEXSTORE_PARAMS \
struct gl_context *ctx, GLuint dims, \
MAYBE_UNUSED GLenum baseInternalFormat, \
MAYBE_UNUSED mesa_format dstFormat, \
UNUSED GLenum baseInternalFormat, \
UNUSED mesa_format dstFormat, \
GLint dstRowStride, \
GLubyte **dstSlices, \
GLint srcWidth, GLint srcHeight, GLint srcDepth, \