Re: [Kicad-developers] [PATCH] Remove definition of log10(double)

2016-08-15 Thread Maciej SumiƄski
Thank you Simon. I have committed your patch in revision 7031. Regards, Orson On 08/12/2016 09:17 PM, Simon Richter wrote: > > This is also defined in , and likely to be a compiler intrinsic. > --- > common/widgets/mathplot.cpp | 6 -- > 1 file changed, 6 deletions(-) > > > > ___

[Kicad-developers] [PATCH] Remove definition of log10(double)

2016-08-12 Thread Simon Richter
This is also defined in , and likely to be a compiler intrinsic. --- common/widgets/mathplot.cpp | 6 -- 1 file changed, 6 deletions(-) diff --git a/common/widgets/mathplot.cpp b/common/widgets/mathplot.cpp index 3a1896b..f9de3ae 100644 --- a/common/widgets/mathplot.cpp +++ b/common/widgets/