diff tools/libgfx.c @ 2211:ef9b55c879d6

Silence a unused function argument warning.
author Matti Hamalainen <ccr@tnsp.org>
date Fri, 14 Jun 2019 05:41:46 +0300
parents 7a0af15fbe97
children 2edd3f2ddee2
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;