From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeffrey A Law To: Tobias Ringstrom Cc: egcs@cygnus.com Subject: Re: Strange warning (variable might be clobbered by `longjmp' or `vfork') Date: Sat, 01 Nov 1997 21:16:00 -0000 Message-id: <8718.878447902@hurl.cygnus.com> References: <199708310123.SAA21826@cygnus.com> X-SW-Source: 1997-11/msg00027.html > The following code gives a strange warning. > ~/Prog> g++ -Wall -O -c egcs-feature2.cc > egcs-feature2.cc: In function `void f()': > egcs-feature2.cc:15: warning: variable `int maxrows' might be clobbered by > `longjmp' or `vfork' I believe I've just fixed this problem. The next egcs snapshot should compile your code without that bogus warning. Jeff