Обсуждение: pgsql-server/contrib/tsearch2/ispell spell.c

Поиск
Список
Период
Сортировка

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

От
tgl@svr1.postgresql.org (Tom Lane)
Дата:
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.