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: a warning to implement



> I am well aware of the -Wall flag, but nevertheless, it may be easier
> for people to enable ALL warnings and specifically disable those they
> wish to ignore (such as -Weff-c++, in your case) using the -Wno-* flags.

-Weff-c++ in almost everyone's case.  It can't be used with the STL unless
you bloat out most of the iterators by adding virtual destructors
(which would decrease performance by a factor of two).


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