toon-members
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Toon-members] Warnings with -Wignored-qualifiers on gcc 4.3.4


From: E. Rosten
Subject: Re: [Toon-members] Warnings with -Wignored-qualifiers on gcc 4.3.4
Date: Wed, 23 Jun 2010 17:34:23 +0100 (BST)
User-agent: Alpine 2.00 (LSU 1167 2008-08-23)

On Tue, 1 Jun 2010, Pekka Paalanen wrote:

Hi,

I'm just wondering if you are aware of the following warnings, and that
are they safe to ignore by using -Wno-ignored-qualifiers.

OK. I've looked into it. It was introduced in gcc 4.3 and then removed in 4.4 because avoiding the warning adds needless complexity to the template code. After considerable digging, the GCC bug resolution is here:

http://gcc.gnu.org/bugzilla/show_bug.cgi?id=36760

For the time being use -Wno-ignored-qualifiers to ignore the warning.

When you upgrade to gcc 4.4, or beyond there won't be a problem anymore.

-Ed




reply via email to

[Prev in Thread] Current Thread [Next in Thread]