This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: init_priority fix for services/memalloc


On Wed, Sep 29, 2004 at 09:25:12AM +0200, ?yvind Harboe wrote:
> 
> I did some more homework.
> 
> http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14161
> 
> I haven't studied the GCC options carefully, but surely we could make
> the warning below an error.
> 
> If so, then a way forward would be to add this option to CFLAGS and
> commit fixes as we find them.
> 
> test.cxx:10: warning: attributes after parenthesized initializer ignored
> test.cxx:11: warning: attributes after parenthesized initializer ignored
> test.cxx:12: warning: attributes after parenthesized initializer ignored

I think it said somewhere that this might only be in 3.3.x version
because it messes up the new parse for 3.4.x.

Do you realy see these warnings with 3.4.x? Do a 

make -s 

to make them stand out.

        Andrew


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]