From: Eli Zaretskii Date: Tue, 25 Dec 2012 17:14:23 +0000 (+0200) Subject: Avoid compiler warnings in w32.c:acl_to_text. X-Git-Tag: emacs-24.3.90~173^2~7^2~496 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=b764d018bcc73471e2e548772aa5d8ca3a344cd9;p=emacs.git Avoid compiler warnings in w32.c:acl_to_text. --- diff --git a/src/w32.c b/src/w32.c index 9ebc97088d0..c9adece652b 100644 --- a/src/w32.c +++ b/src/w32.c @@ -4693,7 +4693,7 @@ acl_to_text (acl_t acl, ssize_t *size) GROUP_SECURITY_INFORMATION | DACL_SECURITY_INFORMATION; char *retval = NULL; - ssize_t local_size; + ULONG local_size; int e = errno; errno = 0;