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

Started by Tom Laneabout 22 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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.