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-h...@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

Reply via email to