comparison src/vamp-hostsdk/PluginInputDomainAdapter.cpp @ 422:9a2998401bbe

Make this warning a #pragma message, as we don't want it to make compilation fail with -Werror set
author Chris Cannam
date Thu, 14 Apr 2016 14:23:48 +0100
parents 35fa4733bc5d
children e979a9c4ffb6
comparison
equal deleted inserted replaced
421:35fa4733bc5d 422:9a2998401bbe
67 * its first invocation unless the host has saved and restored FFTW 67 * its first invocation unless the host has saved and restored FFTW
68 * wisdom (see the FFTW documentation). 68 * wisdom (see the FFTW documentation).
69 */ 69 */
70 #ifdef HAVE_FFTW3 70 #ifdef HAVE_FFTW3
71 #include <fftw3.h> 71 #include <fftw3.h>
72 #warning "Compiling with FFTW3 support will result in a GPL binary" 72 #pragma message("*** NOTE: Compiling with FFTW3 support will result in a GPL binary")
73 #else 73 #else
74 #include "../vamp-sdk/FFTimpl.cpp" 74 #include "../vamp-sdk/FFTimpl.cpp"
75 #endif 75 #endif
76 76
77 77