kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #22684
Re: [PATCH] Clean up truncation of constant
Committed in 6481. Thank you.
On Sat, Jan 16, 2016 at 04:22:23AM +0100, Simon Richter wrote:
>
> In the autorouter code, the value 0x80 is assigned to MATRIX_CELL, which is
> an overflow for a signed 8-bit type. As this type is used as a bit mask,
> there is no point in having a sign bit anyway.
> ---
> pcbnew/autorouter/autorout.h | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
References