From 1f457376b478257b88d4a857f5ec1b6155442dd7 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sun, 20 Sep 2020 03:03:26 +0000 Subject: CTAN sync 202009200303 --- support/dktools/dk3dir.ctr | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'support/dktools/dk3dir.ctr') diff --git a/support/dktools/dk3dir.ctr b/support/dktools/dk3dir.ctr index 18b2b1d5f3..f50e8c90d8 100644 --- a/support/dktools/dk3dir.ctr +++ b/support/dktools/dk3dir.ctr @@ -2,7 +2,7 @@ copyright owner = Dirk Krause copyright year = 2011-xxxx -license = bsd +SPDX-License-Identifier: BSD-3-Clause @@ -123,6 +123,7 @@ dk3dir_remove_app(dkChar const *dn, dk3_app_t *app); %% module #include "dk3all.h" +#include "dk3unused.h" @@ -164,9 +165,11 @@ NULL */ static int -dk3dir_compare_by_name(void const *l, void const *r, int cr) +dk3dir_compare_by_name(void const *l, void const *r, int DK3_ARG_UNUSED(cr) ) { int back = 0; + + DK3_UNUSED_ARG(cr) if(l) { if(r) { #if DK3_ON_WINDOWS || DK3_HAVE_FNCASEINS -- cgit v1.2.3