Suppress 'uninitialized variable' warning emitted by some (not all)

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a90b2a035ff1bea75eda3372d513e07020293328
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2004-05-07T13:09:12Z
Releases: 8.0.0
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.

Files

PathChange+/−
contrib/tsearch2/ispell/spell.c modified +1 −1