This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: Is there any flags to disable warning and/or errors given by GCC 4.3.3?
- From: Andrew Haley <aph at redhat dot com>
- To: Naganna <genaganna at vizexperts dot com>
- Cc: gcc-help at gcc dot gnu dot org
- Date: Sun, 22 Mar 2009 08:13:40 +0000
- Subject: Re: Is there any flags to disable warning and/or errors given by GCC 4.3.3?
- References: <49C5E862.6020101@vizexperts.com>
Naganna wrote:
> I am not able compile my project with GCC 4.3.3 C++. My project was
> compiled by GCC 4.1.x.
> Is there any flags to disable warning and/or errors given by GCC
> 4.3.3?
We don't know because you haven't told us what the problem is.
> or
>
> I should remove and/or change code to eliminate warning and/or error?
Yes, you probably should.
Andrew.