mesa: update fallthrough comment so gcc can see it
[mesa.git] / src / mesa / main / texstore.h
index 2fef7ba7d7daccfbcbc49fa1558d74fec2e0ff2e..9d735d16c707fd05ea83fd421a1fe946e22415e3 100644 (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, \