boku-ilen / geodot-plugin

Godot plugin for loading geospatial data
GNU General Public License v3.0
108 stars 18 forks source link

M_E warning on Mac #56

Closed clemens-tolboom closed 3 years ago

clemens-tolboom commented 3 years ago

Not sure worth to report so feel free to close but the MacOS version has better precision.


g++ -o RasterTileExtractor.o -c -std=c++17 -fPIC -I/usr/local/Cellar/gdal/3.2.1/include -I. -I/Users/clemens/Downloads/godot/geodot-plugin/src/global RasterTileExtractor.cpp
RasterTileExtractor.cpp:15:9: warning: 'M_E' macro redefined [-Wmacro-redefined]
#define M_E 2.718281828459045
        ^
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/math.h:689:9: note: previous definition is here
#define M_E         2.71828182845904523536028747135266250   /* e              */
        ^
1 warning generated.