Hi Paul,
Paul Smith wrote:
> > ... in practice, it's not
> > only developers who build from git repositories. Namely, many people
> > whose habits have been shaped by GitHub will look for the git
> > repository before looking for a release tarball.
>
> Well, they are in for some h
On Sat, 2024-03-30 at 02:17 +0100, Bruno Haible wrote:
> The problem with your git repository setup (maintMakefile line 32,
> that enables -Werror by default) is that in practice, it's not
> only developers who build from git repositories. Namely, many people
> whose habits have bee
Hi Paul,
> I have a bug report for a compiler error in GNU Make, using
> intprops-internal.h, on Debian 10 with GCC 8.3:
>
> https://savannah.gnu.org/bugs/?65537
>
> This is with gnulib stable-202401 current Git HEAD.
>
> Thoughts? Maybe I just have to disable this warning?
>
>
> Note, I alr
On 3/29/24 13:14, Paul Smith wrote:
I have a bug report for a compiler error in GNU Make, using
intprops-internal.h, on Debian 10 with GCC 8.3:
https://savannah.gnu.org/bugs/?65537
This is a false alarm from that old GCC version. I suggested to the
original bug reporter to try the attached pa
I have a bug report for a compiler error in GNU Make, using
intprops-internal.h, on Debian 10 with GCC 8.3:
https://savannah.gnu.org/bugs/?65537
This is with gnulib stable-202401 current Git HEAD.
Thoughts? Maybe I just have to disable this warning?
Note, I already do not enable -Werror etc.