Date: Wed, 6 Mar 1996 13:46:43 -0800 (PST) From: Jaye Mathisen <mrcpu@cdsnet.net> To: hackers@freebsd.org Subject: clobbered by longjmp? Message-ID: <Pine.BSF.3.91.960306134501.28959X-100000@schizo.cdsnet.net>
next in thread | raw e-mail | index | archive | help
In tracking down why I'm getting alarm() sent to my process several times, rather than just once, I fired up gcc -Wall, which reports that one of my arguments "might be clobbered by longjmp or vfork'. I am guessing that this means the argument maybe needs to be declared as volatile, but heck if I know. Any tips?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.91.960306134501.28959X-100000>