On 01.08.2024 14:30, Danai SAE-HAN (韓達耐) wrote:
Hi Danai, sounds rather like a wacky solution, as we hide the code issues, instead of solving them.... However as explained: the code is never used by the end user, hence the quality does not matter. I checked with diffoscope, everything fine. Go ahead and many thanks! Will you run dput after salsa commit? Hilmar
The easiest fix is to replace the following line in debian/rules: cc -Wall -g -O2 -o build/wftodm wftodm.c with: cc -ansi -g -O2 -o build/wftodm wftodm.c It works under GCC 14 as well. The "wftodm" binary is only used during build time to build AFM and PFA fonts; it is not shipped to the end user of the package. So IMHO this easy fix is enough. What do you think? If you agree, I will upload the change to Salsa.
-- sigfault