Re: [Kicad-developers] [PATCH 0/2] Remove useless casts

2019-09-09 Thread Wayne Stambaugh
On 9/9/19 1:42 PM, Seth Hillbrand wrote: > On 2019-09-06 18:36, Simon Richter wrote: >> Hi, >> >> I have two patches that remove useless casts. The first covers cases >> where >> it is quite obvious that the cast can be removed with no adverse effects, >> the second contains the cases where that is

Re: [Kicad-developers] [PATCH 0/2] Remove useless casts

2019-09-09 Thread Seth Hillbrand
On 2019-09-06 18:36, Simon Richter wrote: Hi, I have two patches that remove useless casts. The first covers cases where it is quite obvious that the cast can be removed with no adverse effects, the second contains the cases where that is less clear. In theory, both can be applied and should

[Kicad-developers] [PATCH 0/2] Remove useless casts

2019-09-06 Thread Simon Richter
Hi, I have two patches that remove useless casts. The first covers cases where it is quite obvious that the cast can be removed with no adverse effects, the second contains the cases where that is less clear. In theory, both can be applied and should not cause code changes, but the second needs r