HTCondor Project List Archives



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-devel] Condor policy on compiler warnings?



On Wed, Dec 22, 2010 at 05:30:44PM -0600, Timothy St. Clair wrote:
> As part of the build overhaul, the C->C++ conversion introduced a lot of
> warnings.  
> 
> Any assistance would be appreciated. 

My only advice is be particularly careful with unsigned/signed warnings
in the CEDAR networking codes or stduniv codes. There are some pretty
tricky edge cases in there that need to be thought about.

Mostly everything else is fair game for easy improvement though.

-pete