view src/of-signal-1-deprecated-warnings.patch @ 6169:fe02890201ac release

FFTW: Disable AVX512 for Windows 32-bit. * src/fftw.mk: Disable AVX512 instructions for Windows 32-bit target. It's not supported.
author Markus Mützel <markus.muetzel@gmx.de>
date Sun, 17 Apr 2022 10:44:20 +0200
parents 77bfbb7d8094
children
line wrap: on
line source

diff -uNr a/src/Makefile b/src/Makefile
--- a/src/Makefile	2019-02-08 17:00:37.000000000 -0500
+++ b/src/Makefile	2021-08-20 01:01:13.437770211 -0400
@@ -19,7 +19,7 @@
 MKOCTFILE ?= mkoctfile
 SED       ?= sed
 
-PKG_CXXFLAGS := -Wall -Wno-deprecated-declarations $(PKG_CXXFLAGS_APPEND)
+PKG_CXXFLAGS := -Wall $(PKG_CXXFLAGS_APPEND)
 
 OCT_FILES = \
   __fwht__.oct \