changeset 1740:c3b3c23cbd44

Silence a warning about unused function argument.
author Matti Hamalainen <ccr@tnsp.org>
date Sat, 09 Jun 2018 17:02:35 +0300
parents 83f50e431206
children 6f1313c761aa
files tools/lib64gfx.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tools/lib64gfx.c	Sat Jun 09 13:07:49 2018 +0300
+++ b/tools/lib64gfx.c	Sat Jun 09 17:02:35 2018 +0300
@@ -367,6 +367,8 @@
 
 void dmSetupRLEBuffers(DMGrowBuf *dst, DMGrowBuf *src, const DMCompParams *cfg)
 {
+    (void) src;
+
     if (cfg->flags & DM_RLE_BACKWARDS_INPUT)
     {
         src->offs = src->len - 1;