Lionel_Debroux <[EMAIL PROTECTED]> writes:
> * the current input file (fp) is not always closed when exiting;
Closing the input on exit is useless.
> * the atexit() and signal() calls are placed too late in the program,
> and their return values are not checked;
Their return value is irrelevant
> > tools/fnt2fon is flagged in the janitorial page "IgnoredReturnValues".
> > This page is outdated, but its content is still valid for fnt2fon,
> > which ignores a number of return values.
> I don't think that's worth fixing, the warnings are essentially
> useless, it just makes the code uglier.
Lionel_Debroux <[EMAIL PROTECTED]> writes:
> tools/fnt2fon is flagged in the janitorial page "IgnoredReturnValues".
> This page is outdated, but its content is still valid for fnt2fon, which
> ignores a number of return values.
I don't think that's worth fixing, the warnings are essentially
usele