Re: fnt2fon: janitorial IgnoredReturnValues

2007-09-14 Thread Alexandre Julliard
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

Re: fnt2fon: janitorial IgnoredReturnValues

2007-09-14 Thread Lionel_Debroux
> > 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.

Re: fnt2fon: janitorial IgnoredReturnValues (1/5)

2007-09-14 Thread Alexandre Julliard
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