From 1f839b40cca3285cda55f48cb20384083d269a00 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 13 May 2005 06:19:20 +0000 Subject: [PATCH] Got rid of another compile warning. --- acls.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/acls.diff b/acls.diff index 4ae2ab6..67d7327 100644 --- a/acls.diff +++ b/acls.diff @@ -1545,7 +1545,7 @@ ACLs to a non-ACL-supporting disk should complain. + return acl_free(the_acl); +} + -+int sys_acl_free_qualifier(void *qual, SMB_ACL_TAG_T tagtype) ++int sys_acl_free_qualifier(void *qual, UNUSED(SMB_ACL_TAG_T tagtype)) +{ + return acl_free(qual); +} -- 2.34.1