Hello,
I am investigating a build warning->failure with 2.8 with
--enable-gcc-warnings:
in lib/diffseq.h compareseq() the fxbest and bxbest variables seems to
be uninitialized in some code paths. This is from gcc 7 through 14. Was
thinking about initializing to -1 and OFFSEX_MAX...
[ 35s] gc
Hi,
Andreas Stieger wrote:
> I am investigating a build warning->failure with 2.8 with
> --enable-gcc-warnings:
>
> in lib/diffseq.h compareseq() the fxbest and bxbest variables seems to
> be uninitialized in some code paths. This is from gcc 7 through 14. Was
> thinking about initializing to -1