> You could either
> restructure the code not to use setjmp() or else move all those variable
> declarations to a separate function where they'll be safer.
>
> If this isn't your code and you don't mind ignoring the warnings, then
> stop using the -Werror flag to gcc.
Right, I ignored that stuff. L
On Tue, Jan 29, 2002 at 12:10:33PM +0300, Alexey wrote:
> the gcc output:
>
> **< begin quotation >
>
> cc1: warnings being treated as errors
> ./common/linksupport.c: In function `getconnection':
> ./common/linksupport.c:222: w
the gcc output:
**< begin quotation >
cc1: warnings being treated as errors
./common/linksupport.c: In function `getconnection':
./common/linksupport.c:222: warning: variable `sock' might be clobbered by
`longjmp' or `vfork'
3 matches
Mail list logo