X-Authentication-Warning: delorie.com: mail set sender to djgpp-workers-bounces using -f X-Recipient: djgpp-workers AT delorie DOT com X-Authenticated: #27081556 X-Provags-ID: V01U2FsdGVkX18BVegpGW8BLUu/B3PMXOJ6rAbG0oCgyQW1WffrfI RdHf5IMKKLVqmj From: Juan Manuel Guerrero To: djgpp-workers AT delorie DOT com Subject: Re: longjmp not marked with noreturn attribute Date: Sun, 10 Jul 2011 22:11:05 +0200 User-Agent: KMail/1.9.10 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <201107102211.05970.juan.guerrero@gmx.de> X-Y-GMX-Trusted: 0 Reply-To: djgpp-workers AT delorie DOT com Am Sonntag, 10. Juli 2011 schrieb Ozkan Sezer: > The setjmp.h from djgpp does not mark longjmp() as noreturn, > therefore, g++ warns upon seeing a function who is calling longjmp() > and marked as noreturn: [snip] I commited the patch. Regards, Juan M. Guerrero