1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-12 09:28:24 +00:00

Silence compiler warning

* src/w32.c (acl_to_text): Add ATTRIBUTE_MALLOC.
This commit is contained in:
Juanma Barranquero 2019-10-09 15:43:07 +02:00
parent 0f397e8dd4
commit 6fa1558ca5

View File

@ -6259,7 +6259,7 @@ acl_valid (acl_t acl)
return is_valid_security_descriptor ((PSECURITY_DESCRIPTOR)acl) ? 0 : -1;
}
char *
char * ATTRIBUTE_MALLOC
acl_to_text (acl_t acl, ssize_t *size)
{
LPTSTR str_acl;