changeset 2211:ef9b55c879d6

Silence a unused function argument warning.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 14 Jun 2019 05:41:46 +0300
parents fa5e74384d87
children 2edd3f2ddee2
files tools/libgfx.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/tools/libgfx.c	Fri Jun 14 05:35:20 2019 +0300
+++ b/tools/libgfx.c	Fri Jun 14 05:41:46 2019 +0300
@@ -396,6 +396,8 @@
 
 static int fmtProbeRAWPalette(const Uint8 *buf, const size_t len)
 {
+    (void) buf;
+
     if (len == 0x300)
         return DM_PROBE_SCORE_MAX;