Suppress some "variable might be clobbered by longjmp" warnings.

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

Commit: 4172bd88300524efd1728c247fbc1eff3c1ca6ed
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2011-03-07T02:15:48Z
Releases: 9.1.0
Suppress some "variable might be clobbered by longjmp" warnings.

Seen with an older gcc version.  I'm not sure these represent any real
risk factor, but still a bit scary.  Anyway we have lots of other
volatile-marked variables in this code, so a couple more won't hurt.

Files

PathChange+/−
src/pl/plperl/Util.xs modified +19 −18
src/pl/plpython/plpython.c modified +3 −3