summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/getfacl/getfacl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/getfacl/getfacl.c b/bin/getfacl/getfacl.c
index eb3fa86..4c9550c 100644
--- a/bin/getfacl/getfacl.c
+++ b/bin/getfacl/getfacl.c
@@ -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);
}
OpenPOWER on IntegriCloud