conversion warnings in c++

Eric Christopher echristo@apple.com
Sat Jan 14 01:15:00 GMT 2006


On Jan 13, 2006, at 8:13 AM, Dan Kegel wrote:

> Hi Eric!
> I agree, moving warnings on benign conversions to -Wconversion
> would help groups porting large codebases from earlier versions of  
> gcc.
>
> As long as you're in that area, got any opinion on
> http://gcc.gnu.org/PR9072

FWIW I agree with Joseph on this one. Wconversion should probably  
warn about implicit conversions and Wtraditional should worry about  
things in header files that may cause conflicts.

-eric



More information about the Gcc mailing list