Decorate the according parameters with UNUSED.
Signed-off-by: Gert Wollny <gw.fossdev@gmail.com>
Reviewed-by: Brian Paul <brianp@vmware.com>
*/
void
debug_dump_image(const char *prefix,
- enum pipe_format format, unsigned cpp,
+ enum pipe_format format, UNUSED unsigned cpp,
unsigned width, unsigned height,
unsigned stride,
const void *data)
}
void
-debug_dump_transfer_bmp(struct pipe_context *pipe,
+debug_dump_transfer_bmp(UNUSED struct pipe_context *pipe,
const char *filename,
struct pipe_transfer *transfer, void *ptr)
{