Re: file-has-acl: Avoid gcc warning

2023-09-15 Thread Bruno Haible
I wrote: > The only user of this MIN macro is file-has-acl.c, and it already includes > "minmax.h". This was incorrect. Leading to a compilation error on Solaris 11 with gcc: ../../../gettext-tools/gnulib-lib/set-permissions.c: In function ‘set_acls_from_mode’: ../../../gettext-tools/gnulib-lib/

file-has-acl: Avoid gcc warning

2023-09-04 Thread Bruno Haible
internal.h:56: note: this is the location of the previous definition 56 | # define MIN(a,b) ((a) < (b) ? (a) : (b)) | The only user of this MIN macro is file-has-acl.c, and it already includes "minmax.h". 2023-09-04 Bruno Haible file-has-acl: Avoid gcc warning.