← Back to team overview

kicad-developers team mailing list archive

Re: [PATCH] coverity /common/ fixes

 

Please fix you coding policy issues.

+    next(NULL),

should be

+    next( NULL ),

I see this quite a few places.

On 3/6/2015 12:42 AM, Mark Roszko wrote:
> Just misc fixes of errors in the /common/ folder from coverity. Namely
> the initialization errors fixed by using initialization lists.
> 
> Also flipped the logic the keyword generator creates to shutup
> coverity. It gets tricked by an signed -> unsigned conversion for a
> single check
> 
> 
> 
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
> 



Follow ups

References