id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
1562,Silence Configure.pl warnings about ccwarn when the default compiler is not gcc,doughera,coke,"As of r45800, Configure.pl issues many warnings about undefined variables if the default compiler is used and it is not gcc.  The root cause is that config/init/defaults.pm tries to load perl5's
$Config{ccwarn}, but perl5's Configure does not define any such variable.  Hence ccwarn gets set to undef, which leads to lots of warnings later on.  The attached patch fixes the problem by always setting the default value of ccwarn to {{{''}}}
",bug,closed,normal,,configure,2.2.0,low,fixed,,,,applied,
