Subject: Re: Another build failure in libpthread
To: None <paul@whooppee.com>
From: Vincent <10.50@free.fr>
List: current-users
Date: 01/22/2007 16:12:58
Paul Goyette a écrit :
> BTW, it is not enough here just to make the variable 'olduc' volatile. I 
> tried this, and while it avoids the specific error (ie, 'might be 
> clobbered'), it results in "discards attribute" error when passing 
> &olduc->uc_sigmask to __sigdelset14() at line 967.

If you are bold enough, like me, to try bypassing the error and see what 
happen, just "setenv" NOGCCERROR before building… It reverses the 
warning to a "simple" warning and the build goes on.

Vincent