]> granicus.if.org Git - postgresql/commit
Suppress 'uninitialized variable' warning emitted by some (not all)
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 7 May 2004 13:09:12 +0000 (13:09 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 7 May 2004 13:09:12 +0000 (13:09 +0000)
commita90b2a035ff1bea75eda3372d513e07020293328
tree7dbf0337abbfb5f114e18f33a482c83eaf668b22
parentd1eb9fede58e7e61b8e81cd77389ededf03ca938
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.
contrib/tsearch2/ispell/spell.c