Suppress gcc warning about possibly-uninitialized variable. It's not
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 29 Aug 2008 16:34:14 +0000 (16:34 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 29 Aug 2008 16:34:14 +0000 (16:34 +0000)
commitc22a34cf4f7250714e4183f0ad64ae6bc86e3e32
tree36c09b8ca10e18736f2a95aeed806087cc391f5d
parent6b7155203613ec2e8cdf551f7be2146747b876a6
Suppress gcc warning about possibly-uninitialized variable.  It's not
clear to me why I'd not seen this message before --- on F-9 it seems to
only happen if Asserts are disabled, which ought to be irrelevant.
Maybe that affects a decision whether to inline get_ten(), which would
be needed to expose the warning condition to the compiler?  Anyway,
the fix is clear.
src/backend/utils/mb/conversion_procs/euc_jis_2004_and_shift_jis_2004/euc_jis_2004_and_shift_jis_2004.c