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/
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.