Re: [PATCH] acl: Address pure attribute errors with gcc 4.9

2014-06-01 Thread Ben Walton
On 1 Jun 2014 21:16, "Pádraig Brady" wrote: > > On 06/01/2014 09:42 AM, Ben Walton wrote: > > * lib/acl-internal.h (acl_ace_nontrivial): Apply pure attribute > > * lib/file-has-acl.c: Disable pure attribute error. > > - The AIX version of acl_nontrivial isn't pure while other > >

Re: [PATCH] acl: Address pure attribute errors with gcc 4.9

2014-06-01 Thread Pádraig Brady
On 06/01/2014 09:42 AM, Ben Walton wrote: > * lib/acl-internal.h (acl_ace_nontrivial): Apply pure attribute > * lib/file-has-acl.c: Disable pure attribute error. > - The AIX version of acl_nontrivial isn't pure while other > versions are. We cannot apply the attribute globally

[PATCH] acl: Address pure attribute errors with gcc 4.9

2014-06-01 Thread Ben Walton
* lib/acl-internal.h (acl_ace_nontrivial): Apply pure attribute * lib/file-has-acl.c: Disable pure attribute error. - The AIX version of acl_nontrivial isn't pure while other versions are. We cannot apply the attribute globally. Signed-off-by: Ben Walton --- When building co