From 85c906f96425195f8ba8646fbb37142206399ba0 Mon Sep 17 00:00:00 2001 From: Rose <83477269+AtariDreams@users.noreply.github.com> Date: Wed, 3 May 2023 09:50:31 -0400 Subject: [PATCH] Silence unused var warning recv_ida_entries still needs to be called regardless, so we cannot take that out. Let's just quiet the compiler instead. --- acls.c | 1 + 1 file changed, 1 insertion(+) diff --git a/acls.c b/acls.c index 3cf12eeb..a2b0ff3e 100644 --- a/acls.c +++ b/acls.c @@ -765,6 +765,7 @@ static int recv_rsync_acl(int f, item_list *racl_list, SMB_ACL_TYPE_T type, mode /* If we received a superfluous mask, throw it away. */ duo_item->racl.mask_obj = NO_ENTRY; (void)mode; + (void)computed_mask_bits; #else if (duo_item->racl.names.count && duo_item->racl.mask_obj == NO_ENTRY) { /* Mask must be non-empty with lists. */ -- 2.47.3