Re: [PATCH] lib/acl-internal.h: fix build failure with -Werror=attributes

2018-06-25 Thread Carlos Santos
> From: "Pádraig Brady" > To: "DATACOM" > Cc: "Jim Meyering" , "bug-gnulib" > Sent: Monday, June 25, 2018 1:58:15 PM > Subject: Re: [PATCH] lib/acl-internal.h: fix build failure with > -Werror=attributes > Sorry we didn't get t

Re: [PATCH] lib/acl-internal.h: fix build failure with -Werror=attributes

2018-06-25 Thread Pádraig Brady
Sorry we didn't get to it. Jim has handled this independently just now

[PATCH] lib/acl-internal.h: fix build failure with -Werror=attributes

2018-06-24 Thread Carlos Santos
Remove 'const' attribute from free_permission_context to prevent compilation error: lib/acl-internal.h:300:3: error: 'const' attribute on function returning 'void' [-Werror=attributes] Signed-off-by: Carlos Santos --- lib/acl-internal.h | 6 +- 1 file changed, 1 insertion(+), 5 deleti