This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC 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: Is there any flags to disable warning and/or errors given by GCC 4.3.3?


Hi.

This question is not really suitable for the GCC mailing list; this is a
list for discussing GCC development.  The right place to send such
questions is gcc-help@gcc.gnu.org.  Thanks.

>        I am not able compile my project with GCC 4.3.3 C++. My project 
> was compiled by GCC 4.1.x. 

It's a common situation.

>        Is there any flags to disable warning and/or errors given by GCC 
> 4.3.3?

You can do that using -Wno-<warning-name>, but:

>        I should remove and/or change code to eliminate warning and/or
> error?

You should fix your code so that it complies with the C++ standard (that
GCC 4.3 will be more strictly enforcing).

Cheers, Ben


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