Peter Eisentraut <peter_e(at)gmx(dot)net> writes:
> Mark Jewiss writes:
>> mainloop.c:43: warning: variable `successResult' might be clobbered by `longjmp' or `vfork'
> I thought I had shut up those warnings by making the variables in question
> volatile. There's no need to worry about them since they're re-initialized
> right after the longjmp, but does anyone know how to shut up the compiler?
That *should* shut up these warnings. Maybe Mark is trying a slightly
back-dated beta version? I know you didn't have the "volatile"s in
there a few days ago.
regards, tom lane