Skip to content

Commit 85c906f

Browse files
AZero13tridge
authored andcommitted
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.
1 parent 35f5a21 commit 85c906f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

acls.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,7 @@ static int recv_rsync_acl(int f, item_list *racl_list, SMB_ACL_TYPE_T type, mode
765765
/* If we received a superfluous mask, throw it away. */
766766
duo_item->racl.mask_obj = NO_ENTRY;
767767
(void)mode;
768+
(void)computed_mask_bits;
768769
#else
769770
if (duo_item->racl.names.count && duo_item->racl.mask_obj == NO_ENTRY) {
770771
/* Mask must be non-empty with lists. */

0 commit comments

Comments
 (0)