Subj : Re: gcc and my mind To : comp.programming.threads From : Duke Robillard Date : Wed Sep 07 2005 11:59 am verna.lamay@bankarea.com wrote: > compiling my application with Visual C++ compiler i get, 3,2 , 1 or no warning. > When i compile it with gcc it give me 2 screens of warning. I apreciate that gcc > it's an open source compiler and it's free, but it have a maturity taht should > stop or reduce this kind of thinks. What do you think? I think you've probably got it backwards; I bet gcc is warning you about a whole bunch of problems you ought to fix. That's been my experience with gcc vs. other compilers. If you don't want to fix them, you can give -w a go. Duke .