Fix FTBFS with GCC 14 (Closes: #1078336)
Hi,
This MR fixes the FTBFS on GCC 14 as reported in #1078336.
Build & test:
- Built successfully on amd64 in a sid chroot with GCC 14:
- CC=/usr/bin/gcc-14 CXX=/usr/bin/g++-14 FC=/usr/bin/gfortran-14
- dpkg-buildpackage -us -uc -b
This should also fix the FTBFS on riscv64 and other architectures using GCC 14.
Thanks!