On Mon, Oct 02, 2006 at 05:57:54PM +0200, Georg Baum wrote: > Abdelrazak Younes wrote: > > > I was at level 3. I switched to level 4 (the maximum) and still no > > warning! > > Strange. MSVC gives good warnings in some cases where gcc does not recognize > anything, and now it looks it does not handle this simple case. I want a > compiler that is a mix of MSVC and gcc!
Add icc to that mix. I catches real bugs that don't even raise a warning in both MSVC and gcc. Andre'