lucianodato / noise-repellent

Lv2 suite of plugins for broadband noise reduction
GNU Lesser General Public License v3.0
455 stars 38 forks source link

warning: 'M_PI' macro redefined #51

Closed yurivict closed 6 years ago

yurivict commented 6 years ago

Getting this on FreeBSD 11.1:

In file included from src/estimate_noise_spectrum.c:29:
src/extra_functions.c:44:9: warning: 'M_PI' macro redefined [-Wmacro-redefined]
#define M_PI 3.14159265358979323846f
        ^
/usr/include/math.h:149:9: note: previous definition is here
#define M_PI            3.14159265358979323846  /* pi */
        ^
lucianodato commented 6 years ago

Thanks for reporting. Make sure to update your repo now. It should work without the warning. Cheers!