> On 02/10/2024 01:54, Yuri Kanivetsky wrote:
> > Hi,
> >
> > https://gist.github.com/x-yuri/883efd92dff6a1ee77b14cff41c4fb12
This has:
CC lib/libcoreutils_a-localcharset.o
lib/localcharset.c:93:33: error: 'alias_table' defined but not used
[-Werror=unused-const-variable=]
93 | stati
On 02/10/2024 01:54, Yuri Kanivetsky wrote:
Hi,
https://gist.github.com/x-yuri/883efd92dff6a1ee77b14cff41c4fb12
I understand now that to make it build I need to configure with
--enable-gcc-warnings=no. But is this expected or am I doing something
wrong? I mean, shouldn't it build with --enable-
Hi,
https://gist.github.com/x-yuri/883efd92dff6a1ee77b14cff41c4fb12
I understand now that to make it build I need to configure with
--enable-gcc-warnings=no. But is this expected or am I doing something
wrong? I mean, shouldn't it build with --enable-gcc-warnings=yes?
After all, the developers sh