Le 19/01/2016 15:02, Chris Pavlina a écrit :
> Just ignore this patch.
> On Jan 14, 2016 18:56, "Chris Pavlina" <pavlina.ch...@gmail.com> 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

_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : kicad-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to