Re: amiga-fdisk: ftbfs with GCC-14

2024-08-15 Thread John Paul Adrian Glaubitz
Hi Christian, On Thu, 2024-08-15 at 22:56 +0200, Christian T. Steigies wrote: > gcc -g -O2 -Werror=implicit-function-declaration > -ffile-prefix-map=/home/cts/salsa/amiga-fdisk=. -fstack-protector-strong > -fstack-clash-protection -Wformat -Werror=format-security -fcf-protection > -Wall -pedant

amiga-fdisk: ftbfs with GCC-14

2024-08-15 Thread Christian T. Steigies
Hi, I need to fix this bug if we want to have amiga-fdisk in trixie: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1074807 The attached patch fixes the error and removes one of the warnings, I assume that this is the correct solution? There are a couple more warnings which will probably beco