changeset 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 8c45dee08a95 f8a3bd2d86cb
files src/vamp-hostsdk/PluginInputDomainAdapter.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/vamp-hostsdk/PluginInputDomainAdapter.cpp	Thu Apr 14 11:49:12 2016 +0100
+++ b/src/vamp-hostsdk/PluginInputDomainAdapter.cpp	Thu Apr 14 14:23:48 2016 +0100
@@ -69,7 +69,7 @@
  */
 #ifdef HAVE_FFTW3
 #include <fftw3.h>
-#warning "Compiling with FFTW3 support will result in a GPL binary"
+#pragma message("*** NOTE: Compiling with FFTW3 support will result in a GPL binary")
 #else
 #include "../vamp-sdk/FFTimpl.cpp"
 #endif