Partially fix (well, work around) warnings inspired by lint, a
commercial lint and WARNS=4.
This commit is contained in:
parent
9b2010a2de
commit
fab912df88
@ -188,8 +188,8 @@ print_acl(char *path, acl_type_t type)
|
||||
|
||||
printf("%s", acl_text);
|
||||
|
||||
acl_free(acl);
|
||||
acl_free(acl_text);
|
||||
(void)acl_free(acl);
|
||||
(void)acl_free(acl_text);
|
||||
|
||||
return(0);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user