Re: acl compiler warning

2008-06-07 Thread Bruno Haible
Eric Blake wrote: > copy-acl.c: In function `qcopy_acl': > copy-acl.c:42: warning: unused variable `ret' > > So I'm committing the following. Thanks. I find it slightly better to have each #if branch declare its local variables separately. Committed: 2008-06-07 Bruno Haible <[EMAIL PROTECTED]

acl compiler warning

2008-06-06 Thread Eric Blake
I got this on cygwin: copy-acl.c: In function `qcopy_acl': copy-acl.c:42: warning: unused variable `ret' So I'm committing the following. >From 2be9dfe0ecaf831ca87d737ae1069a5a419d7f49 Mon Sep 17 00:00:00 2001 From: Eric Blake <[EMAIL PROTECTED]> Date: Fri, 6 Jun 2008 08:34:18 -0600 Subject: [PA