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: handling of warnings


On Thu, 2003-08-14 at 01:55, Gabriel Dos Reis wrote:

> I don't believe so.  It is using a feature without knowing whether it
> is there, i.e. careless programming that is certainly a bad pratice

I agree. Which is why I have -w set on. I know that works.

I can't afford to query gcc to find out what options it has ..
because I can't be sure I'm even running gcc. I don't 
even know what OS I'm on .. could even be Windows using
MS compiler (though that's harder to make transparent :-)

So detecting things down to the level of gcc version
is plain absurd for this system.


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