Thread: pgsql-server/contrib/tsearch2/ispell spell.c

pgsql-server/contrib/tsearch2/ispell spell.c

From
tgl@svr1.postgresql.org (Tom Lane)
Date:
CVSROOT:    /cvsroot
Module name:    pgsql-server
Changes by:    tgl@svr1.postgresql.org    04/05/07 10:09:12

Modified files:
    contrib/tsearch2/ispell: spell.c

Log message:
    Suppress 'uninitialized variable' warning emitted by some (not all)
    versions of gcc.  The code is correct AFAICS, but it requires slightly
    more analysis than usual to see that the variable can't be used uninitialized.