Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/sanear.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Marsev <alex.marsev@gmail.com>2016-02-21 08:41:03 +0300
committerAlex Marsev <alex.marsev@gmail.com>2016-02-21 09:08:50 +0300
commitdfd850c58b99c7c0de4f986d34951a43842e3f4f (patch)
tree870010765fc3b7420519f022707cbb0d1cfdf806
parentb1ddc6f91e965bec52fef8933af09f95a4f62710 (diff)
Don't use alloca() in fftw
That function is considered deprecated on Windows platform.
-rw-r--r--dll/src/fftw-config/config.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/dll/src/fftw-config/config.h b/dll/src/fftw-config/config.h
index 36488e3..2c216c5 100644
--- a/dll/src/fftw-config/config.h
+++ b/dll/src/fftw-config/config.h
@@ -4,9 +4,7 @@
#define HAVE_SSE2 1
#define DISABLE_FORTRAN 1
-#define FFTW_ENABLE_ALLOCA 1
-#define HAVE_ALLOCA 1
#define HAVE_ABORT 1
#define HAVE_UINTPTR_T 1