Pádraig Brady wrote:
> I suspect commit 6f6cc5e "Use the translation domain gnulib"
> triggered the following -Werror=format-security issue with ./configure
> --disable-nls,
> due to the redefinition of _(), but the attached works around the issue for
> coreutils at least.
>
> lib/xmemcoll.c:39:3: error: format not a string literal and no format
> arguments [-Werror=format-security]
> 39 | error (0, collation_errno, _("string comparison failed"));
Yes, this is the same pointless warning as in [1].
Bruno
[1] https://lists.gnu.org/archive/html/bug-gnulib/2024-12/msg00067.html