kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #22777
Re: [PATCH] Fix typing problems with GR_KB_* constants
Le 19/01/2016 15:02, Chris Pavlina a écrit :
> Just ignore this patch.
> On Jan 14, 2016 18:56, "Chris Pavlina" <pavlina.chris@xxxxxxxxx> wrote:
>
>> Hi,
>>
>> We have a few minor typing issues with the GR_KB_* constants in
>> include/common.h:
>>
>> - Type is a signed int32 on most platforms, yet we use 0x80000000
>> (greater than INT_MAX) as a constant.
>>
>> This has caused people some trouble before:
>> https://bugs.launchpad.net/kicad/+bug/1445606
<< .. >>
Using am uint32 for typedef EDA_KEY works for me, and should fix the
issue 1445606
--
Jean-Pierre CHARRAS
Follow ups
References