Suppress some "variable might be clobbered by longjmp" warnings.
Tom Lane <tgl@sss.pgh.pa.us>
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
| Path | Change | +/− |
|---|---|---|
| src/pl/plperl/Util.xs | modified | +19 −18 |
| src/pl/plpython/plpython.c | modified | +3 −3 |