Got rid of another compile warning.
authorWayne Davison <wayned@samba.org>
Fri, 13 May 2005 06:19:20 +0000 (06:19 +0000)
committerWayne Davison <wayned@samba.org>
Fri, 13 May 2005 06:19:20 +0000 (06:19 +0000)
acls.diff

index 4ae2ab6..67d7327 100644 (file)
--- a/acls.diff
+++ b/acls.diff
@@ -1545,7 +1545,7 @@ ACLs to a non-ACL-supporting disk should complain.
 +      return acl_free(the_acl);
 +}
 +
 +      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);
 +}
 +{
 +      return acl_free(qual);
 +}