changeset 2107:8962901faf5d

Silence a warning when building without PACKFS support.
author Matti Hamalainen <ccr@tnsp.org>
date Wed, 08 May 2019 13:57:34 +0300
parents 78a0f44aa8b5
children 5f8f170f8774
files src/dmres.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/dmres.c	Wed May 08 13:56:10 2019 +0300
+++ b/src/dmres.c	Wed May 08 13:57:34 2019 +0300
@@ -1136,6 +1136,8 @@
             initialized = TRUE;
         }
     }
+#else
+    (void) filename;
 #endif
 
 #ifdef DM_USE_STDIO