From 9763dd8048408d81b8a0549e27abe574eb915c80 Mon Sep 17 00:00:00 2001 From: Stephane Letz Date: Fri, 24 Jul 2020 22:22:45 +0200 Subject: [PATCH] Should fix compilation error on Linux. --- src/FaustEngine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FaustEngine.cpp b/src/FaustEngine.cpp index d6c00bb..2542cc4 100644 --- a/src/FaustEngine.cpp +++ b/src/FaustEngine.cpp @@ -182,7 +182,7 @@ struct RackUI : public GenericUI void addSoundfile(const char* label, const char* soundpath, Soundfile** sf_zone) { - WARN("Faust Prototype : 'soundfile' primitive not yet supported"); + WARN("Faust Prototype : 'soundfile' primitive not yet supported", ""); } void declare(FAUSTFLOAT* zone, const char* key, const char* val)