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

From: tgl(at)svr1(dot)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql-server/contrib/tsearch2/ispell spell.c
Date: 2004-05-07 13:09:12
Message-ID: 20040507130912.2D72FD1EBEC@svr1.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /cvsroot
Module name: pgsql-server
Changes by: tgl(at)svr1(dot)postgresql(dot)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.

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Meskes 2004-05-07 13:42:49 pgsql-server/src/interfaces/ecpg ChangeLog pgt ...
Previous Message Teodor Sigaev 2004-05-07 11:19:06 pgsql-server/contrib/tsearch2 tsearch.sql.in