On Wed, Feb 19, 2003 at 01:07:19PM -0700, Greg Morris wrote:
> The following fixes are included in this update.

Checked in, with a ";" removed from some

        if (XXX);
        {
                ...
        }

code - GCC warned of a null body for the "if" statement, and it looked
as if it was intended to be

        if (XXX)
        {
                ...
        }

(I think you're developing on Windows - should we be passing arguments
to the C compiler to get it to produce more warnings and, if we do so,
will we get swamped with bogus-but-unfixable warnings?)


Reply via email to