# HG changeset patch # User Chris Cannam # Date 1460640228 -3600 # Node ID 9a2998401bbe0a7b9e3233eeca5004542bc0014d # Parent 35fa4733bc5dd88418df5bb1fe2819e1e24e76e5 Make this warning a #pragma message, as we don't want it to make compilation fail with -Werror set diff -r 35fa4733bc5d -r 9a2998401bbe src/vamp-hostsdk/PluginInputDomainAdapter.cpp --- 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 -#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