diff 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
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