kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #19115
Re: [PATCH 1/4] Avoid bringing own definition of M_PI (MSVC warning C4005)
Thanks Simon, It's good to see odd things like this cleaned up.
The "vrml_layer" code also uses the same #ifndef .. #define for
M_PI, M_PI2. M_PI4 (and M_PI4 is not used in any code I can
find -I don't know why I put it there).
- Cirilo
On Fri, Jul 3, 2015 at 7:56 AM, Simon Richter <Simon.Richter@xxxxxxxxxx>
wrote:
> ---
> pcbnew/exporters/export_idf.cpp | 2 +-
> utils/idftools/idf_common.cpp | 4 ++--
> utils/idftools/idf_common.h | 13 +------------
> utils/idftools/idf_parser.cpp | 2 +-
> 4 files changed, 5 insertions(+), 16 deletions(-)
>
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to : kicad-developers@xxxxxxxxxxxxxxxxxxx
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help : https://help.launchpad.net/ListHelp
>
>
References