kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #26495
Re: [PATCH] Remove check for undefined behaviour
Patch committed. Thanks.
On 9/27/2016 1:33 PM, Simon Richter wrote:
>
> Triangle::NeighborAcross returns a reference, which must refer to a valid
> object whose address cannot be 0. Thus, this test is nonsensical.
> ---
> polygon/poly2tri/sweep/sweep.cc | 16 ----------------
> 1 file changed, 16 deletions(-)
>
>
>
> _______________________________________________
> 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
>
References