Suppress some "variable might be clobbered by longjmp" warnings.
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 7 Mar 2011 02:15:48 +0000 (21:15 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 7 Mar 2011 02:15:48 +0000 (21:15 -0500)
commit4172bd88300524efd1728c247fbc1eff3c1ca6ed
tree3fb12ae1435f980a6743af4c52d33718f2810d9a
parentdfe18f18d262df731378cbf38a4136f08ca119a5
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.
src/pl/plperl/Util.xs
src/pl/plpython/plpython.c