Re: [Kicad-developers] [PATCH] Fix zero-width line and circle in eagle-import

2019-01-26 Thread Seth Hillbrand
Am 2019-01-26 10:26, schrieb Thomas Pointhuber: Hi, compiling KiCad gave me a bunch of those warnings, indicating problems with the eagle importer: ``` ./pcbnew/eagle_plugin.cpp:1401:21: warning: implicit conversion from 'double' to 'int' changes value from 0.05 to 0 [-Wliteral-conversion]

[Kicad-developers] [PATCH] Fix zero-width line and circle in eagle-import

2019-01-26 Thread Thomas Pointhuber
Hi, compiling KiCad gave me a bunch of those warnings, indicating problems with the eagle importer: ``` ./pcbnew/eagle_plugin.cpp:1401:21: warning: implicit conversion from 'double' to 'int' changes value from 0.05 to 0 [-Wliteral-conversion] width = DEFAULT_EDGE_WIDTH;